| edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
JPDABreakpoint | public class JPDABreakpoint extends DocumentDebugAction implements Breakpoint(Code) | | The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest.
|
Method Summary | |
protected void | _createRequests(Vector<ReferenceType> refTypes) Creates appropriate EventRequests from the EventRequestManager and
stores them in the _requests field.
Parameters: refTypes - All (identical) ReferenceTypes to which this actionapplies. | public int | getEndOffset() | public int | getStartOffset() | public void | setEnabled(boolean isEnabled) Enable/disable the breakpoint. | public String | toString() |
_createRequests | protected void _createRequests(Vector<ReferenceType> refTypes) throws DebugException(Code) | | Creates appropriate EventRequests from the EventRequestManager and
stores them in the _requests field.
Parameters: refTypes - All (identical) ReferenceTypes to which this actionapplies. (There may be multiple if a custom class loader is in use.) throws: DebugException - if the requests could not be created. |
getEndOffset | public int getEndOffset()(Code) | | Accessor for the offset of this breakpoint's end position
the end offset |
getStartOffset | public int getStartOffset()(Code) | | Accessor for the offset of this breakpoint's start position
the start offset |
setEnabled | public void setEnabled(boolean isEnabled)(Code) | | Enable/disable the breakpoint.
|
|
|