|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentDebugAction | |
edu.rice.cs.drjava.model.debug | Contains the code for DrJava's JPDA-based debugger. |
Uses of DocumentDebugAction in edu.rice.cs.drjava.model.debug |
Subclasses of DocumentDebugAction in edu.rice.cs.drjava.model.debug | |
class |
Breakpoint
The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest |
Methods in edu.rice.cs.drjava.model.debug with parameters of type DocumentDebugAction | |
void |
PendingRequestManager.addPendingRequest(DocumentDebugAction action)
Called if a breakpoint is set before its class is prepared |
void |
PendingRequestManager.removePendingRequest(DocumentDebugAction action)
Called if a breakpoint is set and removed before its class is prepared |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |