Package edu.rice.cs.drjava.model.debug.jpda

Class Summary
DebugAction<T extends EventRequest> Keeps track of information about any request to the debugger, such as Breakpoints.
DebugContextTest More tests over the JPDA debugger.
DebugTest Tests the JPDA-based debugger.
DocumentDebugAction<T extends EventRequest> Superclasses all DebugActions that are associated with specific OpenDefinitionsDocuments.
EventHandlerThread A thread that listens and responds to events from JPDA when the debugger has attached to another JVM.
JPDABreakpoint The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest.
JPDADebugger An integrated debugger which attaches to the Interactions JVM using Sun's Java Platform Debugger Architecture (JPDA/JDI) interface.
JPDADebugTestCase A DebugTestCase whose debugger is a JPDADebugger.
JPDAStackData Class for keeping track of a stack frame in the debugger.
JPDAThreadData Class for keeping track of the currently running threads.
PendingRequestManager Keeps track of DocumentDebugActions that are waiting to be resolved when the classes they corresponed to are prepared.
Step The breakpoint object which has references to its OpenDefinitionsDocument and its StepRequest