RunUntilVariableChanges command

From m204wiki
Jump to navigation Jump to search



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