debuggee - debugger communication in eclipse [message #188583] |
Sun, 05 December 2004 21:41 |
Eclipse User |
|
|
|
Originally posted by: denkarchel.yahoo.com
Hello.
I am writing an eclipse plugin that uses some features of eclipse
debugger: for example when a programm which is being debugged hits a
breakpoint then my plugin (by using debugger's event handler) detects that
and performes some actions.
my debuggee always has a jar file attached to it which profiles it's
execution. Sometimes I invoke methods of classes in the jar file from my
debugger by using invokeMethod.... it works fine.
what I need to be able to do is to
either invoke a method of a class in my plugin (debugger part) from
debuggee
or
somehow to let debugger know that it needs to execute the method.
the purpose is: my attached jar file (which is doing profiling of the
debuggee's execution) can find some inconsistencies and needs to tell the
debugger to set a breakpoint at the desired line in debuggee...
Please help.
Thanks in advance,
Dennis.
|
|
|
Powered by
FUDForum. Page generated in 0.02996 seconds