BreaksAt command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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: --