vscode-statusbar-debugger
vscode-statusbar-debugger copied to clipboard
Support a toggle breakpoints action
Good afternoon,
It would be great if you could add a Toggle Activate Breakpoints button to the tool (workbench.debug.viewlet.action.toggleBreakpointsActivatedAction).
Thanks a lot for this great extension, btw!
Regards, Jaime
If I remember correctly a button for that is not provided in the default debugger thing, right? I haven't kept up to date with it too much.
If it's not provided I think it's a bit out of scope, as this extension is designed to do what the native one does, but in the statusbar, to the extent that it's possible.
I don't see a command for activating or deactivating all breakpoints, and a way to check what the current activation state is, without those this doesn't seem implementable.