Tagged Questions
1
vote
2answers
486 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 ...