Package jde.debugger

Interface Summary
CommandListener This interface is implemented by objects interested in commands from JDEE.
EventSetListener This interface is implemented by objects interested in EventSets from the debugger Created: 3/18/03 6:02pm.
Protocol Protocol.java
 

Class Summary
CommandEvent This class is the event sent to interested clients when JDEE sends a command.
CommandStream CommandStream.java Created: Tue Feb 13 15:40:34 2001
Debug Debug.java
DebuggeeProcess Class of debuggee processes.
DebuggeeSIO Connects standard input/output/error from a debuggee process to Emacs.
Debugger The main class for debugging a specific process.
DisplayableValue DisplayableValue.java Created: Fri Feb 01 12:02:55 2002
Etc Etc.java
EventHandler Each Debugger has an event handler thread on the jdebug side associated with it that receives all the events from the debugee vm.
EventSetEvent This class is the event sent to interested clients when the debugger returns an EventSet.
JDE JDE.java Created: Thu Feb 15 12:58:59 2001
JDEbug Class of JDEbug debuggers.
LispForm LispForm.java
Main Main class for JDEbug.
ObjectStore ObjectStore.java
ProcessCommands ApplicationCommands.java
ProcessRegistry ProcessRegistry.java Registry of processes.
Rep Rep.java
SessionManager The session manager keeps track of which debugging sessions are currently active and handled by which debuggers.
VMUtil Contains a couple of static functions that simplify managing virtual machines.
 

Exception Summary
JDEException JDEException.java
JDENumberFormatException JDENumberFormatException.java