RunUntilVariableChanges command: Difference between revisions
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 difference)
|
Revision as of 15:07, 21 June 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 |