How can I determine the current line number in JavaScript?

Posted by Matthew Murdoch on Stack Overflow See other posts from Stack Overflow or by Matthew Murdoch
Published on 2010-02-26T17:03:01Z Indexed on 2010/04/04 9:13 UTC
Read the original article Hit count: 352

Filed under:
|

Does JavaScript have a mechanism for determining the line number of the currently executing statement (and if so, what is it)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about line-numbers