I had enabled some break points in Chrome's developer tools for Javascript and now I can not delete them.
Any time I switch to the Developer view I always hit a breakpoint which is really annoying.
Strangely enough in some cases I did not put any break point where it stops. It is a different code alltogether.
How can I remove all the breakpoints?
To clear all breakpoints in the applicationFrom the Debug menu, choose Clear All Breakpoints (CTRL+SHIFT+F9).
Right click the breakpoints pane (you need to have some breakpoints to see the option), and you ll find, "Remove All Breakpoints".
Using DevTools for DOM BreakpointsRight-click on the element. Select Inspect (Elements tab will open with the selected element highlighted). Right-click the highlighted HTML. Go to Break on and select the type of breakpoint.
It sounds like you've told Chrome to break on all exceptions. On the sources tab, at the bottom left, there are a series of buttons:
The one I've circled (a filled hexagon with two vertical lines in it) cycles between breaking on all exceptions, on just uncaught exceptions, and not breaking at all. Click it until it's black (not blue or purple).
For other breakpoints, they're on the right-hand side under the category "Breakpoints" (you probably knew that :-) ). Right-click and choose "Remove all breakpoints".
You can activate/deactivate breakpoints with ctrl-F8 (Chrome version 49) There is a:
"deactivate / activate"
crossed over black arrow / blue arrow
above the watch pane, There is a list of breakpoints below
Watch, Call stack, Scope where you can activate/deactivate breakpoints individually
Right click in this list, and you can remove all breakpoints.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With