BreaksAt command

From m204wiki
Revision as of 17:17, 17 May 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Sets breakpoints on lines that match a search string (see using_breakpoints.html#set_multiple_break...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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: --