Skip to content

Commit 739ff1b

Browse files
authored
N & N for Debug (#269)
This commit provides details of new and noteworthy feature in Eclipse JDT debugger for 4.35 release. N&N : eclipse-jdt/eclipse.jdt.debug#612
1 parent c4ad090 commit 739ff1b

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
121 KB
Loading
150 KB
Loading

news/4.35/jdt.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,19 @@ <h2>Debug</h2>
153153
</td>
154154
</td>
155155
</tr>
156+
157+
<tr id="Detailformatter-for-Exception">
158+
<td class="title">Enhanced Formatting For Exception Objects </td>
159+
<td class="content">
160+
Java debugger now shows stack traces for exceptions directly in the Variables and Expressions views. This enhancement applies by default for all Throwables, so developers can instantly access detailed exception information—such as stack traces and causes—without needing to configure a custom detail formatter. </b>
161+
<p>
162+
<img src="images/exceptionObjects2.png" alt="Exception objects stack traces"/><br>
163+
<img src="images/exceptionObjects.png" alt="Exception objects stack traces"/>
164+
</p><br>
165+
<br>
166+
</td>
167+
</td>
168+
</tr>
156169
<!--************************ End of Debug ******************************** -->
157170

158171
<!-- *********************** JDT Developers ******************************** -->

0 commit comments

Comments
 (0)