Uses of Package
edu.rice.cs.drjava.model.debug

Packages that use edu.rice.cs.drjava.model.debug
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.debug Contains the code for DrJava's JPDA-based debugger. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Classes in edu.rice.cs.drjava.model.debug used by edu.rice.cs.drjava.model
Breakpoint
          The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest
DebugManager
          An integrated debugger which attaches to the Interactions JVM using Sun's Java Platform Debugger Architecture (JPDA/JDI) interface.
 

Classes in edu.rice.cs.drjava.model.debug used by edu.rice.cs.drjava.model.debug
Breakpoint
          The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest
DebugAction
          Keeps track of information about any request to the debugger, such as Breakpoints.
DebugException
          Thrown when something goes wrong in the integrated debugger.
DebugListener
          Any class which wants to listen to events fired by the DebugManager should implement this interface and use DebugManager's addDebugListener() method.
DebugManager
          An integrated debugger which attaches to the Interactions JVM using Sun's Java Platform Debugger Architecture (JPDA/JDI) interface.
DebugManager.EventNotifier
          Class model for notifying listeners of an event.
DebugManager.WatchUndefinedValue
           
DebugTest
          Tests the JPDA-based debugger.
DebugTest.BreakpointTestListener
          Test Listener for all tests setting breakpoints.
DebugTest.DebugStartAndStopListener
          Test Listener for all tests starting the debugger.
DebugTest.DebugTestListener
          Listens to events from the debugger to ensure that they happen at the correct times.
DocumentDebugAction
          Superclasses all DebugActions that are associated with specific OpenDefinitionsDocuments.
PendingRequestManager
          Keeps track of DocumentDebugActions that are waiting to be resolved when the classes they corresponed to are prepared.
 

Classes in edu.rice.cs.drjava.model.debug used by edu.rice.cs.drjava.ui
Breakpoint
          The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest
DebugException
          Thrown when something goes wrong in the integrated debugger.
DebugListener
          Any class which wants to listen to events fired by the DebugManager should implement this interface and use DebugManager's addDebugListener() method.
DebugManager
          An integrated debugger which attaches to the Interactions JVM using Sun's Java Platform Debugger Architecture (JPDA/JDI) interface.