Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 346256

Summary: Implement Run To Line
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-05-18 10:10:54 EDT
Pretty basic action - runs to the selected line.

Unknown: does JDT automatically handle the EGL-to-Java line number conversion for us, or do we need to tell it to run to the Java line? (I think it does, but if not, could probably parse the SMAP data to find the starting Java line for the chosen EGL line).
Comment 1 Justin Spadea CLA 2011-07-12 10:37:44 EDT
Implemented in org.eclipse.edt.debug.ui. JDT does handle the line number conversion for us, so we didn't have to manually get the generated line number for the .egl line number.
Comment 2 Justin Spadea CLA 2011-09-07 16:27:23 EDT
Verified