-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Enable All" to context menu of Breakpoints view #198
Comments
Common usage is to enable/disable "Skip Breakpoints" but we can add here also if it helps. |
My use case is, have 15-20 breakpoints and most of the time care only about 2-3 breakpoints. From time to time, enable all breakpoints, debug some and then disable most of the breakpoints again. Disabling is simple due to the disable all menu entry. Enabling is a lot of clicking in comparison. |
Hi @trancexpress .Feature is now added. kindly close the ticket, Thank you |
Thank you @SougandhS ! |
The Breakpoints view has a "Disable All" entry in its context menu, which is very convenient when working with a lot of breakpoints. But its missing an "Enable All" entry:
The text was updated successfully, but these errors were encountered: