Reputation: 5738
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
Upvotes: 0
Views: 289
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