Reputation: 5968
I'm having trouble clearing all the stops in my dev tools. Even after taking all the stoppers out, all my scripts keep stopping in different jquery arrays even though there's no breakpoints.
Does anyone have any idea what is going on?
Upvotes: 1
Views: 94
Reputation: 2055
Guess you might have set "Pause on exceptions". You can change the behavior using the icon at the left bottom of the screen. More on "Pause on JavaScript exceptions" here.
Varunkumar Nagarajan
Upvotes: 1
Reputation: 65855
Make sure the pause icon in lower left of Sources tab is gray. You can click on it to change it's state.
Upvotes: 1