Is it possible (using plugin or maybe some config option) to make javascript error console to show error backtrace?
Is it possible (using plugin or maybe some config option) to make javascript error
Share
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.
There’s actually a button on Chrome’s js console (looks like a pause button) that will give you this option. It can be toggled to not pause on exceptions, pause only on unhandled exceptions, or pause on any exception.