Tagged Questions

1
vote
2answers
455 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
183 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 ...