Wish Debugger: Disable All Breakpoints (temporarily)

Widget

Well-Known Member
Licensed User
Longtime User
The Edit menu has a menu option "Remove All Breakpoints" which deletes all of the breakpoints.

But it would be nice if we could disable the breakpoints temporarily. Often when I'm debugging code I'm so deep in the code I just want to skip the breakpoints and let the program run, then re-enable the breakpoints later on, maybe on another run. I can't do that if I remove the breakpoints.

This would mean adding 2 new menu items to the Edit menu:

Disable All Breakpoints
Enable All Breakpoints​

Is this doable?
TIA
 
Top