j03m
j03m

Reputation: 5301

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.

Upvotes: 7

Views: 2905

Answers (1)

Marek Sapota
Marek Sapota

Reputation: 20608

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.

Upvotes: 14

Related Questions