Feature #3524 2007-06-26 23:12

xmoby

"Remove all breakpoints" option

It would be nice to have a quick "Remove all breakpoints" action. This way, when someone finally founds his bug within his code, he could activate this option to remove all the breakpoints he set.

This option is found in MS Visual Studio, and I must admit that's one I was often using. Sure, I could pop the Breakpoints window, right-click, Remove all, then close the window, but Ctrl+Shift+F9 was so efficient...

Category
Interface
Status
Closed
Close date
2007-07-05 15:49
Assigned to
biplab
biplab 2007-07-05 15:49

This feature already exists.

Please go through "Debug>Debugging windows>Breakpoints " menu options and then select a breakpoint and Right-click on it. You'll get the option to remove all breakpoints.

Thanks for your feedback.

xmoby 2007-07-05 16:01

As I stated in my initial request, I know how to access this option "the long way". What I was asking for, is a menu command (with a configurable keyboard shorcut) to execute this operation "one shot". It's not that the option is not here, it's just that it cannot be called with a keyboard shortcut.

biplab 2007-07-05 16:03

OK. This will be implemented.

biplab 2007-07-05 17:00

This feature has been implemented in SVN. Thank you.