Breaks command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
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..."
(No difference)

Revision as of 17:09, 17 May 2022

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