How can I get a JavaScript stack trace in Firefox?
javascript, stack-trace
Solution
Detailed info on Firebugs Console API is here: http://getfirebug.com/wiki/index.php/Console_API#console.trace.28.29 the console.trace() function might be what youre looking for
Problem
I ran an HTML file on Firefox and I want to debug it. I pressed F12 and then I got a menu of Console/HTML/CSS/Script. How I can find the stack of the program?