Skip to content

Commit 4919a97

Browse files
committed
Announce grouping of stack frames
Describe the change from eclipse-jdt/eclipse.jdt.debug#583
1 parent 149dd94 commit 4919a97

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

news/4.36/images/collapsed.png

44.1 KB
Loading

news/4.36/images/menuitem.png

78.4 KB
Loading

news/4.36/images/not-collapsed.png

81.2 KB
Loading

news/4.36/jdt.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,26 @@ <h2>Java Formatter </h2>
9797
<h2>Debug</h2>
9898
</td>
9999
</tr>
100+
<tr id="collapsing-stackframes">
101+
<td class="title">Collapsing stack frames</td>
102+
<td class="content">
103+
Navigating in deep stack frames can be challenging during debuging, due to high number of stack frames that are not relevant for most of the time, for example because they are provided by either the JDK or a testing framework, or by some library</b>
104+
This feature tries to help focusing on the stack frames, that are the coming from the user created projects, drastically reducing the unnecessary noise in the Debug View
105+
<p>
106+
<img src="images/not-collapsed.png" alt="Original"/>
107+
</p><br>
108+
The feature can be enabled from the Debug toolbar in Debug → Java → Collapse Stack Frames.<br>
109+
<p>
110+
<img src="images/menuitem.png" alt="Menu to enable"/>
111+
</p><br>
112+
After enabling it, the view becomes much simpler and less intimidating:
113+
<p>
114+
<img src="images/collapsed.png" alt="Collapsed stack frames"/>
115+
</p><br>
116+
</td>
117+
</td>
118+
</tr>
119+
100120
<!--************************ End of Debug ******************************** -->
101121

102122
<!-- *********************** JDT Developers ******************************** -->

0 commit comments

Comments
 (0)