streetlight
streetlight

Reputation: 5968

Chrome DevTools keeps breakpoints after taking them away

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

Answers (2)

Varunkumar Nagarajan
Varunkumar Nagarajan

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

Mohsen
Mohsen

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

Related Questions