Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346256 - Implement Run To Line
Summary: Implement Run To Line
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 10:10 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:17 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 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