Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome breaks randomly without breakpoints with the inspector open

When I have the inspector open in chrome it will "break" all over the javascript even if there are no breakpoints. On sites that I need the debugger to debug javascript this makes chrome pretty unusable.

I'm on a mac, and I have tried deleting and reinstalling chrome. Anyone have any suggestions?

Gracias everyone!

like image 427
Joel Jackson Avatar asked Dec 15 '11 23:12

Joel Jackson


2 Answers

You could have had the "Pause on all exceptions" button enabled (it would be blue if enabled).

See screenshot below:

enter image description here

On Chrome 33.* you'll see it when viewing a script:

enter image description here

like image 199
opyate Avatar answered Sep 29 '22 20:09

opyate


I eventually resolved this by uninstalling chrome, removing this directory: ~/Library/Application\ Support/Google/Chrome/ (I'm on a mac) and reinstalling. Not sure whether the deleting chrome step is really necessary.

like image 43
Joel Jackson Avatar answered Sep 29 '22 20:09

Joel Jackson