Question

Is it possible (using plugin or maybe some config option) to make javascript error console to show error backtrace?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top