| edu.rice.cs.drjava.model.debug.jpda.Step
Step | public class Step extends DebugAction implements OptionConstants(Code) | | The breakpoint object which has references to its OpenDefinitionsDocument and its StepRequest
|
Method Summary | |
protected void | _createRequests() Creates an appropriate EventRequest from the EventRequestManager and
stores it in the _request field. | public String | toString() |
_createRequests | protected void _createRequests() throws DebugException(Code) | | Creates an appropriate EventRequest from the EventRequestManager and
stores it in the _request field.
throws: DebugException - if the request could not be created. |
|
|