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
Line 5: Line 5:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<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>

Revision as of 02:55, 8 December 2022



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