Bug 367877 - Double-Click StackTraceElement in Variables or Expressions Windows Jumps to Source Location
Summary: Double-Click StackTraceElement in Variables or Expressions Windows Jumps to S...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 12:33 EST by Nathan Reynolds CLA
Modified: 2012-01-04 12:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.