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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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