How do I get the line of a javascript error in a Chrome Web Developer stack trace?
- by David Faux
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…