RunUntil command

From m204wiki
Revision as of 03:54, 9 February 2023 by Ekern (talk | contribs)
(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)