BreaksAt command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
<span class="f_Para">Sets breakpoints on lines that match a search string (see [[ | <span class="f_Para">Sets breakpoints on lines that match a search string (see [[Using breakpoints#Setting multiple breakpoints at once|Setting multiple breakpoints at once]]). </span> | ||
'''Syntax:''' | '''Syntax:''' | ||
Line 9: | Line 9: | ||
<p class="syntax">breaksAt [''string'']</p> | <p class="syntax">breaksAt [''string'']</p> | ||
<span class="f_Para">where </span>'''''string'''''<span class="f_Para"> is the search string or</span><span class="f_ListNum1"> [[ | <span class="f_Para">where </span>'''''string'''''<span class="f_Para"> is the search string or</span><span class="f_ListNum1"> [[Search facility#The Search button|regular expression.]]</span><span class="f_Para"> The default is to use the value in </span><span class="f_ListNum1">the [[Button Bar|Search text box.]]</span><span class="f_Para"> </span> | ||
'''Note:'''<span class="f_Notes"> The search for the lines on which to set breakpoints begins from the current line, so you probably should precede </span>'''''breaksAt'''''<span class="f_Notes"> by a </span><span class="f_Monospace">[[ | '''Note:'''<span class="f_Notes"> The search for the lines on which to set breakpoints begins from the current line, so you probably should precede </span>'''''breaksAt'''''<span class="f_Notes"> by a </span><span class="f_Monospace">[[top command|top]]</span><span class="f_Notes"> command if used in a macro. </span> | ||
<span class="f_NoteContinue">In a macro (only), you must explicitly specify the string at which </span>'''''breaksAt'''''<span class="f_NoteContinue"> is to break. </span> | <span class="f_NoteContinue">In a macro (only), you must explicitly specify the string at which </span>'''''breaksAt'''''<span class="f_NoteContinue"> is to break. </span> |
Revision as of 03:22, 29 November 2022
Action: |
Sets breakpoints on lines that match a search string (see Setting multiple breakpoints at once). Syntax: breaksAt [string] where string is the search string or regular expression. The default is to use the value in the Search text box. Note: The search for the lines on which to set breakpoints begins from the current line, so you probably should precede breaksAt by a top command if used in a macro. In a macro (only), you must explicitly specify the string at which breaksAt is to break. |
Client menu: | Breakpoints > Breaks At |
Introduced: | -- |