|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
3 | 3 |
|
4 | 4 | <head>
|
5 |
| - <meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018, 2019. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." /> |
| 5 | + <meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018, 2025. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." /> |
6 | 6 | <meta http-equiv="Content-Language" content="en-us" />
|
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8 | 8 | <link rel="STYLESHEET" href="news.css" type="text/css" />
|
@@ -194,6 +194,35 @@ <h2>Debug</h2>
|
194 | 194 | </td>
|
195 | 195 | </tr>
|
196 | 196 |
|
| 197 | + <tr id="Auto-resume-triggerpoints"> |
| 198 | + <td class="title">Auto-Resuming Trigger Points</td> |
| 199 | + <td class="content"> |
| 200 | + Trigger points can now be configured to automatically resume execution when hit, allowing breakpoints after the trigger point to be activated while skipping those before it, |
| 201 | + enabling more focused and efficient debugging workflows. |
| 202 | + <br><br> |
| 203 | + On enabling a trigger point a new option will be shown its left to <b>Continue execution </b> on hit or not |
| 204 | + <p> |
| 205 | + <img src="images/TriggerEnabled.png" alt="Triggerpoint Enabled" /> |
| 206 | + </p><br> |
| 207 | + <br><br> |
| 208 | + Once <b>Continue execution on hit</b> is toggled, breakpoint label will update to <b>[Resume on hit]</b> meaning it wont suspend on hit |
| 209 | + <p> |
| 210 | + <img src="images/TriggerContinue.png" alt="Triggerpoint Continue" /> |
| 211 | + </p><br> |
| 212 | + <br><br> |
| 213 | + Resume trigger also supports conditions, meaning if condition is met true it will resume the execution else it will suspend |
| 214 | + <p> |
| 215 | + <img src="images/ResumeWithCondition.png" alt="Resume-Triggerpoint with conditions" /> |
| 216 | + </p><br> |
| 217 | + <br><br> |
| 218 | + Now when you run in debug, Trigger point wont hit, allowing you to skip previous breakpoints and hit on the actual breakpoint you need to focus. <br><br> |
| 219 | + For example, here <i>Resume trigger</i> was set on line number 7 and during debugging it hit on line number 8 by skipping all the previous breakpoints |
| 220 | + <p> |
| 221 | + <img src="images/TriggerExecution.png" alt="Resume-Triggerpoint execution" /> |
| 222 | + </p><br> |
| 223 | + </td> |
| 224 | + </tr> |
| 225 | + |
197 | 226 | <!--************************ End of Debug ******************************** -->
|
198 | 227 |
|
199 | 228 | <!-- *********************** JDT Developers ******************************** -->
|
|
0 commit comments