ClearBreakpointOnCurrentLine command

From m204wiki
Revision as of 23:11, 17 May 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Clears a breakpoint on the currently selected line in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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:

  • If you have not explicitly selected a code line, the current line is the highlighted code line.
  • If you execute this command for a line that already has no breakpoint set, no action is taken.

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