RunUntilVariableChanges command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__  {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Steps through the program being debugged, stopping if a statement modifies the value of the vari...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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><span class="f_GUIlabel">Watch Window.</span><span class="f_Para"> Displays in the </span><span class="f_GUIlabel">Execution Trace</span><span class="f_Para"> tab the statement that modified the variable and the new variable value. Same as the [[trace_until_change.html|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>


<span class="f_Para">In a macro, the command syntax is:</span>
<span class="f_Para">In a macro, the command syntax is:</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