Community
Participate
Working Groups
The Eclipse debug code that runs the RunToLine action always passes in the location of the cursor within the editor, and not the line of the ruler - even if the action originated from the ruler's menu. There is no indication whether the action was performed on the editor or its ruler, so we should just remove the ruler's menu item. It's as simple as modifying plugin.xml. If we really want to have this available in the ruler (which it was in RBD, but is not for JDT) then we'll have to write our own action delegate.
Removed the extension from org.eclipse.edt.debug.ui/plugin.xml
Verified