Disable all other breakpoints

Are you missing a feature? Request its implementation here.
kirkilj
Posts: 110
Joined: Fri May 14, 2010 12:14 am

Disable all other breakpoints

Post by kirkilj »

It would help the pace of my debugging if I could disable all but the current breakpoint in the debugger margin. The context menu over a breakpoint in the debugger margin provides two options:

* Disable Breakpoint
* Remove

I know I can go to the Breakpoints panel and achieve the same effect with multiple clicks, but it would be far easier and faster to disable all other breakpoints so I can focus on just the statement of interest.

Am I missing some other easy way of achieving this?
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Disable all other breakpoints

Post by adrian »

Hello,

No, this is currently possible only in the Breakpoints view (Window > Show View > Breakpoints) where you can enable/disable/remove all breakpoints.

I've logged an improvement request to also add some of these actions on the breakpoints stripe (for the breakpoints in the current editor).

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply