Breaks command

From m204wiki
Revision as of 17:09, 17 May 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Sets breakpoints on lines after comments that have the form </span>''*Break''<span class="f_Para"> (s...")
(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: --