Vipin Verma
Vipin Verma

Reputation: 5738

Remove breakpoints in chrome dev tools script panel

While debugging i added a breakpoint in chrome script console. But after debugging i had removed it.

Even after removing it, it still persists and everytime i loads the page the script gets paused. I had manually removed that breakpoint, tried clearing cookies and cache, even restarted the browser, but it still persists.

Please tell me how to remove it enter image description here

Upvotes: 0

Views: 289

Answers (1)

jaredwilli
jaredwilli

Reputation: 12308

This sometimes happens to me I've noticed, which may be a bug or may be due to the page being reloaded before you play all the way through the load you're currently broken on.

If you let the code finish, and then unselect the break points that may help fix it.

Upvotes: 1

Related Questions