BreaksAt 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="575px"|
<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>
<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>



Latest revision as of 00:47, 26 January 2023

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: --