问题
My Chrome developer tools are great and I love them. I'm experiencing a woe lately though.
Somehow I turned on some sort of break-on-error and I don't know how to turn it off. I've looked on google but it's tough because I don't know the correct term for what's happening so I thought I'd give SOF a try.
Thanks all.
回答1:
Go to the Sources tab, and locate the button at the bottom with two stripes on it.

Click on this button to switch between the following states:
"Don't pause on exceptions" (default)
"Pause on all exceptions"
"Pause on uncaught exceptions"
来源:https://stackoverflow.com/questions/15975642/chrome-tools-auto-breaking