-
Notifications
You must be signed in to change notification settings - Fork 148
Add option to disable all breakpoints except selected ones #1735
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 option to disable all breakpoints except selected ones #1735
Conversation
1d2bbd2 to
c20b1c8
Compare
Test Results1 214 files ±0 1 214 suites ±0 1h 0m 44s ⏱️ - 25m 23s Results for commit 82d4b49. ± Comparison against base commit ab523c2. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
|
Hi @jukzi , could you please check this when you have time. |
...i/ui/org/eclipse/debug/internal/ui/actions/breakpoints/DisableAllOtherBreakpointsAction.java
Outdated
Show resolved
Hide resolved
...i/ui/org/eclipse/debug/internal/ui/actions/breakpoints/DisableAllOtherBreakpointsAction.java
Outdated
Show resolved
Hide resolved
7e57f36 to
12c75d0
Compare
f96b3dd to
82b2194
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
This commit introduces a new menu option that allows users to select multiple enabled breakpoints and disable all other breakpoints except the ones selected. This provides more flexibility and control over breakpoint management.
2f1941b to
4e32529
Compare
|
The Windows error looks unrelated and familiar:
|
|
Thank you @merks |
|
Thank you too. This looks useful. 👍 |
Reference : eclipse-jdt/eclipse.jdt.debug#549 (comment)
PR introduces a new menu option that allows users to select multiple enabled breakpoints and disable all other breakpoints except the ones selected. This provides more flexibility and control over breakpoint management.
Screens -
After clicking -
works with