edu.rice.cs.drjava.model.debug.jpda |
|
Java Source File Name | Type | Comment |
DebugAction.java | Class | Keeps track of information about any request to the debugger, such as Breakpoints. |
DebugContextTest.java | Class | More tests over the JPDA debugger. |
DebugTest.java | Class | Tests the JPDA-based debugger. |
DocumentDebugAction.java | Class | Superclasses all DebugActions that are associated with specific OpenDefinitionsDocuments. |
EventHandlerThread.java | Class | A thread that listens and responds to events from JPDA when the debugger has attached to another JVM. |
JPDABreakpoint.java | Class | The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest. |
JPDADebugger.java | Class | An integrated debugger which attaches to the Interactions JVM using
Sun's Java Platform Debugger Architecture (JPDA/JDI) interface.
Every public method in this class throws an llegalStateException if
it is called while the debugger is not active, except for isAvailable,
isReady, and startUp. |
JPDADebugTestCase.java | Class | A DebugTestCase whose debugger is a
JPDADebugger . |
JPDAStackData.java | Class | Class for keeping track of a stack frame in the debugger. |
JPDAThreadData.java | Class | Class for keeping track of the currently running threads. |
PendingRequestManager.java | Class | Keeps track of DocumentDebugActions that are waiting to be resolved when the classes they corresponed to are
prepared. |
Step.java | Class | |