I am trying to write a plug-in that allows me to "control" the actions of
the debugger.
I have a java file with several breakpoints in it. Currently I am trying
to figure out how to signal to the debugger for it to start debugging the
file. I've looked around in DebugPlugin without much luck. Any
suggestions?