ClearBreakpointOnCurrentLine command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Clears a breakpoint on the currently selected line in...") |
No edit summary |
||
Line 3: | Line 3: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
<span class="f_Para">[[ | <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> | ||
'''Syntax:''' | '''Syntax:''' | ||
Line 15: | Line 15: | ||
*<span class="f_ListBul1">If you execute this command for a line that already has no breakpoint set, no action is taken. </span> | *<span class="f_ListBul1">If you execute this command for a line that already has no breakpoint set, no action is taken. </span> | ||
<span class="f_Para">For code lines for which a breakpoint is set, the </span><span class="f_Monospace">[[ | <span class="f_Para">For code lines for which a breakpoint is set, the </span><span class="f_Monospace">[[ToggleBreakpointOnCurrentLine command|toggleBreakpointOnCurrentLine]]</span><span class="f_Para"> command has the same effect as the </span><span class="f_Monospace">clearBreakpointOnCurrentLine</span><span class="f_Para"> command. </span> | ||
<span class="f_Para">To set a breakpoint on the current line, you can use the </span><span class="f_Monospace">[[ | <span class="f_Para">To set a breakpoint on the current line, you can use the </span><span class="f_Monospace">[[setBreakpointOnCurrentLine command|setBreakpointOnCurrentLine]]</span><span class="f_Para"> command or the </span><span class="f_Monospace">toggleBreakpointOnCurrentLine</span><span class="f_Para"> command.</span> | ||
<span class="f_Para">To clear all breakpoints, you can use the </span><span class="f_Monospace">[[ | <span class="f_Para">To clear all breakpoints, you can use the </span><span class="f_Monospace">[[breaks command|clearBreaks]]</span><span class="f_Para"> command. </span> | ||
|- | |- | ||
| '''Client menu:''' | | '''Client menu:''' |
Revision as of 03:26, 29 November 2022
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 |