Tagged Questions

1
vote
0answers
20 views

How to get hold of the editor of the current line being debugged in Eclipse?

I would like to get the IEditorPart that the debugger is currently inside. I cannot rely on the active editor for the workbench because this is not necessarily up-to-date, even though it is visible ...
1
vote
2answers
485 views

How to make an Eclipse debug launcher that launches a Class

I'm trying to make an Eclipse launch configuration that I can launch programmatically, kind of building a custom debugger if you like. I've already got an ...
0
votes
2answers
213 views

Eclipse: Break Program?

How do you break (pause) a Java program in Eclipse? (I'm not talking about breakpoints. I'm talking about randomly pausing a program without knowing what it's currently executing, like in Visual ...