public class NoDebuggerAvailable implements Debugger(Code)
Placeholder class indicating that no debugger is available to DrJava.
This class follows the Singleton pattern.
version: $Id: NoDebuggerAvailable.java 4255 2007-08-28 19:17:37Z mgricken $
toggleBreakpoint(OpenDefinitionsDocument doc, int offset, int lineNum, boolean isEnabled) Toggles whether a breakpoint is set at the given line in the given document.