Skip to content

Conversation

@SougandhS
Copy link
Contributor

@SougandhS SougandhS commented Feb 10, 2025

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 -

image

After clicking -

image



works with
image

@SougandhS SougandhS force-pushed the DisableAllOtherBreakpoints branch from 1d2bbd2 to c20b1c8 Compare February 10, 2025 07:58
@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2025

Test Results

1 214 files  ±0  1 214 suites  ±0   1h 0m 44s ⏱️ - 25m 23s
4 173 tests  - 1  4 127 ✅  - 1   46 💤 ±0  0 ❌ ±0 
9 541 runs  ±0  9 420 ✅ ±0  121 💤 ±0  0 ❌ ±0 

Results for commit 82d4b49. ± Comparison against base commit ab523c2.

This pull request removes 1 test.
org.eclipse.e4.core.internal.tests.di.InjectionOrderTest ‑ testSpecialMethodOnFailure

♻️ This comment has been updated with latest results.

@SougandhS
Copy link
Contributor Author

Hi @jukzi , could you please check this when you have time.

@SougandhS SougandhS force-pushed the DisableAllOtherBreakpoints branch 8 times, most recently from 7e57f36 to 12c75d0 Compare February 10, 2025 10:29
@SougandhS SougandhS force-pushed the DisableAllOtherBreakpoints branch 2 times, most recently from f96b3dd to 82b2194 Compare March 5, 2025 08:44
@eclipse-platform-bot
Copy link
Contributor

eclipse-platform-bot commented Mar 5, 2025

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

debug/org.eclipse.debug.ui/META-INF/MANIFEST.MF

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 patch
From 304a6a4dcd2242b36409bb158b59a2a378d0deda Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <[email protected]>
Date: Wed, 5 Mar 2025 09:46:23 +0000
Subject: [PATCH] Version bump(s) for 4.36 stream


diff --git a/debug/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/debug/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 5a93c38733..0e0d2ac16e 100644
--- a/debug/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true
-Bundle-Version: 3.18.700.qualifier
+Bundle-Version: 3.18.800.qualifier
 Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-- 
2.48.1

Further 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.
@SougandhS SougandhS force-pushed the DisableAllOtherBreakpoints branch from 2f1941b to 4e32529 Compare March 5, 2025 09:41
@SougandhS
Copy link
Contributor Author

Hi @merks , I incorporated all the changes @jukzi suggested. if you have time could you please merge this PR ?

@merks
Copy link
Contributor

merks commented Mar 5, 2025

The Windows error looks unrelated and familiar:

Caused by: java.lang.OutOfMemoryError: Java heap space

@merks merks merged commit 8186345 into eclipse-platform:master Mar 5, 2025
16 of 17 checks passed
@SougandhS
Copy link
Contributor Author

Thank you @merks

@merks
Copy link
Contributor

merks commented Mar 5, 2025

Thank you too. This looks useful. 👍

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

Successfully merging this pull request may close these issues.

4 participants