@Deprecated public class DebuggerBreakpointNopGutterToggleHandler extends java.lang.Object implements DebuggerBreakpointGutterToggleHandler
Constructor and Description |
---|
DebuggerBreakpointNopGutterToggleHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
toggleBreakpoint(Context context,
Editor editor,
int line)
Deprecated.
This method does nothing, but returns true to the caller indicating that we've
fully handled the click.
|
public DebuggerBreakpointNopGutterToggleHandler()
public boolean toggleBreakpoint(Context context, Editor editor, int line)
toggleBreakpoint
in interface oracle.ideimpl.debugger.extender.breakpoint.CommonToggleHandlerBase
context
- The IDE contexteditor
- The code editor where the gutter click was detectedline
- The line number where the gutter click was detected