Bug 146305

Summary: click on backtrace doesn't jump to the frame in source
Product: [Fedora] Fedora Reporter: Havoc Pennington <hp>
Component: eclipseAssignee: Ben Konrath <ben>
Status: CLOSED RAWHIDE QA Contact: eclipse-bugs
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-09 16:58:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.