Community
Participate
Working Groups
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).
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.
Verified