RunUntil command: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
Line 4: | Line 4: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
<span class="f_Para">Runs without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the [[ | <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> | ||
'''Syntax:''' | '''Syntax:''' | ||
Line 10: | Line 10: | ||
<p class="syntax">runUntil ''targetProc''</p> | <p class="syntax">runUntil ''targetProc''</p> | ||
<span class="f_Para">where </span><span class=" | <span class="f_Para">where </span><span class="term">targetProc</span><span class="f_Para"> is the name of, or a character pattern for, the target procedure. </span> | ||
|- | |- | ||
| '''Client menu:''' | | '''Client menu:''' |
Revision as of 02:54, 8 December 2022
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) |