Is it possible (using plugin or maybe some config option) to make javascript error console to show error backtrace?
+1
A:
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.
yarmiganosca
2010-05-21 15:10:17