Skip to content

Commit

Permalink
Bug 547041 - [debug view] Copied thread stack cannot be used for (#1)
Browse files Browse the repository at this point in the history
navigation in Java Stack Trace Console
  • Loading branch information
iloveeclipse committed Apr 5, 2022
1 parent d76cbbe commit c233899
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added 4.24/images/java_stack_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions 4.24/jdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,20 @@ <h2>Java Formatter </h2>
<h2>Debug</h2>
</td>
</tr>

<tr id="debug-stack"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=547041 -->
<td class="title"><a href="#debug-stack">Console supports stack from Debug view</a></td>
<td class="content">
<p>
Surprisingly enough, Java Stack Trace Console never supported navigation to
Java types for Java stack traces copied from Debug view via "Copy Stack" action.
Now the console will underline type names and line numbers and clicking on
links will jump to the corresponding source code. If the type name is not unique,
default "Select type" dialog will appear to allow selection of the right type.
</p>
<p><img src="images/java_stack_console.png" alt="Console shows links to Java types"/></p>
</td>
</tr>
<!--************************ End of Debug ******************************** -->

<!-- *********************** JDT Developers ******************************** -->
Expand Down

0 comments on commit c233899

Please sign in to comment.