ClearBreakpointOnCurrentLine command
Action: |
Clears a breakpoint on the currently selected line in the Source Code (or Daemon) page; if the currently selected line is not an executable statement, clears a breakpoint on the next executable line after the currently selected line. Syntax: clearBreakpointOnCurrentLine Notes:
For code lines for which a breakpoint is set, the toggleBreakpointOnCurrentLine command has the same effect as the clearBreakpointOnCurrentLine command. To set a breakpoint on the current line, you can use the setBreakpointOnCurrentLine command or the toggleBreakpointOnCurrentLine command. To clear all breakpoints, you can use the clearBreaks command. |
Client menu: | -- |
Introduced: | Build 57 |