Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » debuggee - debugger communication in eclipse
debuggee - debugger communication in eclipse [message #188583] Sun, 05 December 2004 21:41
Eclipse UserFriend
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.
Previous Topic:Why directory structure is enforced?
Next Topic:Visibroker and eclipse
Goto Forum:
  


Current Time: Sun Jun 08 03:51:40 EDT 2025

Powered by FUDForum. Page generated in 0.02996 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top