RunUntil command

From m204wiki
Revision as of 02:54, 8 December 2022 by Ekern (talk | contribs)
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)