Bug 367877

Summary: Double-Click StackTraceElement in Variables or Expressions Windows Jumps to Source Location
Product: [Eclipse Project] JDT Reporter: Nathan Reynolds <numeralnathan>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.8   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Nathan Reynolds CLA 2012-01-04 12:33:21 EST
Build Identifier: 20110916-0149

Double-click on StackTraceElements should open the editor to the source location.

Reproducible: Always

Steps to Reproduce:
1.  Write the following line of code Throwable t = new Throwable();
2.  Put a breakpoint on the line.
3.  Start debugging.
4.  Step over the line.
5.  Look at "t" in the Variables window.
6.  Expand "t" so that you can see its "stackTrace" member variable.
7.  Expand "stackTrace" so you can see the individual elements of the array.

At this point, I would like to be able to double-click on any of the
StackTraceElement objects and immediately jump to the line of source code it
is referring to.