RunUntil command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Runs  without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the [[Running to a specific procedure|Run Until Procedure button]]. </span>
<span class="f_Para">Runs  without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the [[Running to a specific procedure|Run Until Procedure button]]. </span>



Latest revision as of 03:54, 9 February 2023

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)