How do I get the line of a javascript error in a Chrome Web Developer stack trace?

Posted by David Faux on Super User See other posts from Super User or by David Faux
Published on 2012-03-20T04:28:05Z Indexed on 2012/03/20 5:32 UTC
Read the original article Hit count: 482

Filed under:

Using Chrome Web Developer, I am analyzing a complex web page linking many javascript files.

Web Developer console notes that there is a bug in the javascript. I click on the bug notice in the console, which leads me to a line in a javascript file that I have no control over and did not code.

However, I want to trace this error to a line of javascript that I did write in a different file. How do I do that?

© Super User or respective owner