Remove all breakpoints from chrome Remove all breakpoints from chrome google-chrome google-chrome

Remove all breakpoints from chrome


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:

Screenshot of Chrome's bottom-left tools with break-on-exceptions button circled

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".


enter image description hereenter image description here

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, Scopewhere you can activate/deactivate breakpoints individually

enter image description here

Right click in this list, and you can remove all breakpoints.


On Google Chrome 78.0.3904.87 (Official Build) (64-bit)

  1. Either right click on Any XHR or fetch of
  2. Or un-check the checkbox
  3. It will also show the list of break points you put

enter image description here