SetBreakpointOnCurrentLine command: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="775px"| | ||
<span class="f_Para">Sets a [[Using breakpoints#Setting a single breakpoint|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, sets a breakpoint on the next executable line after the currently selected line. </span> | <span class="f_Para">Sets a [[Using breakpoints#Setting a single breakpoint|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, sets a breakpoint on the next executable line after the currently selected line. </span> | ||
Latest revision as of 18:38, 9 February 2023
Action: |
Sets a breakpoint on the currently selected line in the Source Code (or Daemon) page; if the currently selected line is not an executable statement, sets a breakpoint on the next executable line after the currently selected line. Syntax: setBreakpointOnCurrentLine Notes:
For code lines for which no breakpoint is already set, the toggleBreakpointOn command has the same effect as the setBreakpointOnCurrentLine command, and both commands have the same effect as double clicking a code line or right clicking a line and selecting Toggle Breakpoint from the context menu. Example: This macro looks for a line that matches its argument; if it finds such a line, it sets a breakpoint on it: selectsourcetab To clear a breakpoint that is set on the current line, you can use the clearBreakpointOnCurrentLine command or the toggleBreakpointOn command. |
Client menu: | -- |
Introduced: | Build 57 |