ClearBreakpointOnCurrentLine command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
__TOC__
__TOC__
{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="775px"|
<span class="f_Para">[[Using breakpoints#Clearing a breakpoint|Clears a breakpoint]] on the currently selected line in the </span><var>Source Code</var><span class="f_Para"> (or [[Debugging requests that spawn daemons|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. </span>
<span class="f_Para">[[Using breakpoints#Clearing a breakpoint|Clears a breakpoint]] on the currently selected line in the </span><var>Source Code</var><span class="f_Para"> (or [[Debugging requests that spawn daemons|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. </span>



Latest revision as of 00:50, 26 January 2023

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