I'm finding the Safari 6 debugger to be extremely verbose and pauses execution of JS for every minor exception. Does anyone know how to disable this?
Example:
- Open web inspector in Safari 6
- Visit http://www.google.com/mobile/
Notice how even if you were in the JS console, you'd be switched into debug view to see the error. This is not very good and slows debugging down considerably.