Click to See Complete Forum and Search --> : How to implement interface--DebuggerCallback(in package sun.tools.debug)?


Kah Yee
August 4th, 1999, 03:51 AM
I would like to implement a custom debugging aid with the JDB API and my program needs to implement the DebuggerCallback interface(in sun.tools.debug package).
What should I import into my program? And how should the class declaration look like?