Breaks command

From m204wiki
Revision as of 00:47, 26 January 2023 by Ekern (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Sets breakpoints on lines after comments that have the form *Break (see Setting multiple breakpoints at once).

Syntax:

breaks 

Note: The search for the *Break lines begins from the current line, so you probably should precede the breaks command by a top command if used in a macro.

Client menu: Breakpoints > Breaks
Introduced: --