Skip to content
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

Closed
trancexpress opened this issue Mar 12, 2023 · 4 comments
Closed

Add "Enable All" to context menu of Breakpoints view #198

trancexpress opened this issue Mar 12, 2023 · 4 comments

Comments

@trancexpress
Copy link
Contributor

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:

breakpoints_view_context_menu

@noopur2507 noopur2507 transferred this issue from eclipse-jdt/eclipse.jdt.ui Mar 13, 2023
@SarikaSinha
Copy link
Member

Common usage is to enable/disable "Skip Breakpoints" but we can add here also if it helps.

@trancexpress
Copy link
Contributor Author

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.

@SougandhS
Copy link
Contributor

SougandhS commented Sep 12, 2024

Hi @trancexpress .Feature is now added. kindly close the ticket, Thank you
eclipse-platform/eclipse.platform#1533

@trancexpress
Copy link
Contributor Author

Thank you @SougandhS !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants