Is it possible (using plugin or maybe some config option) to make javascript error console to show error backtrace?
Open Chrome and navigate to the web page containing the JavaScript you want to view. Right-click an empty area on the web page and select Inspect in the pop-up menu to open the Chrome developer tools.
Pausing on exceptions pauses the code whenever an exception is thrown. This can help us find errors in our code. A stack trace traces where an error comes from. We can see the stack trace of an exception below the "Pause on caught exceptions" option.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With