Rich Dougherty rd.nz

Exception breakpoints in Chrome

Chrome does not seem to have traditional exception breakpoints, however it is possible to break on all uncaught exceptions by clicking the Pause on exceptions button in the bottom left until it turns purple: .

More information can be found on the Chrome website.

Via Stack Overflow.