Auto resume trigger breakpoints once hit#620
Conversation
1c4768d to
a4737ab
Compare
|
Hi @jukzi , could you pls check this when you have time.. |
62b4f94 to
3af58fc
Compare
Code looks fine. I am testing it, thanks for working on that!! And congrats to your Election. |
Thank you so much @jukzi 😇👏 |
Will check this
Sure 👍 |
3af58fc to
6f042e2
Compare
6f042e2 to
c47e110
Compare
thanks for this example
fixed both now 👍 |
c47e110 to
6d2d70a
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. |
581ef33 to
f0a5b97
Compare
f2eb16c to
49ba29a
Compare
0054511 to
d0ede10
Compare
1d90338 to
215cd0d
Compare
069ba18 to
9e2f237
Compare
9e2f237 to
d37b835
Compare
|
hi @iloveeclipse , Made all the changes suggested |
iloveeclipse
left a comment
There was a problem hiding this comment.
I had some comments and changes, I will push them now.
This commit introduces an option to resume virtual machine execution when a trigger breakpoint is hit. This allows trigger breakpoints to act as barriers, enabling lower-priority breakpoints to remain active without needing to be disabled. Fixes eclipse-jdt#614
d37b835 to
3859908
Compare
|
@SougandhS : please provide N&N entry. |
|
Thank you @iloveeclipse :)
Will provide N & N 👍 |
This commit includes N & N entry for a brand new feature in JDT debug PR : eclipse-jdt/eclipse.jdt.debug#620
This commit includes N & N entry for a brand new feature in JDT debug PR : eclipse-jdt/eclipse.jdt.debug#620






This PR introduces an option to resume the virtual machine execution once a trigger breakpoint is hit. This allows trigger breakpoints to act as barriers for other breakpoints, enabling less priority breakpoints to remain active without requiring them to be disabled.
Screens -


Once trigger is enabled then users will be able to choose 'Resume' , Selecting 'Resume' will also include 'Ignored' tag to breakpoint label
On debugging trigger wont suspend at breakpoint line, it will only suspend on next breakpoint
Fixes #614
What it does
How to test
Author checklist