How to remove all breakpoints in one step in Google Chrome? Using version 11.

[update]

There is now a feature request for this.

[update]

The feature request is closed (Dec 2011)!

link|improve this question

59% accept rate
1  
Version 11 !? – Kirk Woll Feb 4 '11 at 21:52
Is there no Deactivate all breakpoints button, like in Chrome 9? – Matt Ball Feb 4 '11 at 21:59
@Krik: Version 11 is a beta one. They have a nightly build. @Matt: When I refresh the page, which is very often, breakpoints reactivate. – Tony_Henrich Feb 4 '11 at 22:28
feedback

3 Answers

Since recently (Chrome 18), you can right-click any breakpoint in the Breakpoints pane and voila! The "Remove All JavaScript Breakpoints" popup menu item!

link|improve this answer
feedback

That is not currently possible, feel free to submit a feature request to WebKit or Chromium.

I would like that feature too!

link|improve this answer
I was trying this page. Where's the feature request template? code.google.com/p/chromium/issues/entry – Tony_Henrich Feb 6 '11 at 19:55
Sorry, I should have pasted the bug tracker, just type in your subject line "Feature Request: Able to remove all breakpoints" or something in that way. Then I can tag it as a feature request after. – Mohamed Mansour Feb 6 '11 at 21:39
feedback

solution here: http://code.google.com/p/chromium/issues/detail?id=91666

To purge all breakpoints open inspector on inspector (undock first inspector and hit ctrl-shift-I to open the second) and run "WebInspector.settings.domBreakpoints.set([])" in second inspector's console.

I've also made a post about it with a more detailed description here http://www.codescream.com/?p=37 but that quote should be enough :) this bug was also driving me crazy

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.