RunUntil command

From m204wiki
Revision as of 14:41, 21 June 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Runs  without interruption until we reach a specific procedure, then displays that procedure for de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Runs  without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the Run Until Procedure button.

Syntax:

runUntil targetProc

where targetProc is the name of, or a character pattern for, the target procedure.

Client menu: Execution > Run Until Proc
Introduced: Build 26 (macros only); Build 28 (menu)