Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to get the google chrome script debugger to break on exception?

I'd like to automatically break when an exception occurs.

like image 891
j03m Avatar asked Nov 20 '10 23:11

j03m


1 Answers

In newest Chrome it's possible. I use 9.0.587.0 and in developer tools, scripts tab in left bottom corner is an icon that says click to pause on all exceptions.

like image 157
Marek Sapota Avatar answered Oct 23 '22 00:10

Marek Sapota