Bug 146305 - click on backtrace doesn't jump to the frame in source
Summary: click on backtrace doesn't jump to the frame in source
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ben Konrath
QA Contact: eclipse-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-26 20:57 UTC by Havoc Pennington
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-09 16:58:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Havoc Pennington 2005-01-26 20:57:07 UTC
Running eclipse on gcj, if I get a backtrace when running the program, you
should be able to double-click one of the frames in the trace and jump to that
point in the code. I think I saw this working in eclipse running on the sun jvm.

Comment 1 Ben Konrath 2005-04-09 16:58:41 UTC
I just tested this problem with:

public class Test {
	public static void main(String[] args) {
		new Exception().printStackTrace();
	}
}

and with: 

eclipse-platform-3.1.0_fc-0.M5.17
gcc-java-4.0.0-0.40

Clicking on entries in stack trace jumped to the correnct place in the code.
This issue seems to have been resolved.


Note You need to log in before you can comment on or make changes to this bug.