RunUntilVariableChanges command: Difference between revisions

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


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Steps through the program being debugged, stopping if a statement modifies the value of the variable specified in the text box above the </span><var>Watch Window.</var><span class="f_Para"> Displays in the </span><var>Execution Trace</var><span class="f_Para"> tab the statement that modified the variable and the new variable value. Same as the [[Tracing until a value change or until a value match|Run to Change button]]. </span>
<span class="f_Para">Steps through the program being debugged, stopping if a statement modifies the value of the variable specified in the text box above the </span><var>Watch Window.</var><span class="f_Para"> Displays in the </span><var>Execution Trace</var><span class="f_Para"> tab the statement that modified the variable and the new variable value. Same as the [[Tracing until a value change or until a value match|Run to Change button]]. </span>



Latest revision as of 03:54, 9 February 2023



Action:

Steps through the program being debugged, stopping if a statement modifies the value of the variable specified in the text box above the Watch Window. Displays in the Execution Trace tab the statement that modified the variable and the new variable value. Same as the Run to Change button.

In a macro, the command syntax is:

runUntilVariableChanges variable

where variable is the name of the User Language variable being observed.

Client menu: Execution > Run Until Variable Changes
Introduced: Build 26