public interface DebuggerBreakpointGutterToggleHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
toggleBreakpoint(Context context,
Editor editor,
int line)
Called by the debugger when user clicks in the gutter area, if the
node type of the edited file matches a type registered by the handler.
|
boolean toggleBreakpoint(Context context, Editor editor, int line)
context - The IDE contexteditor - The code editor where the gutter click was detectedline - The line number where the gutter click was detected