TraceUntilVariableEqualsValue 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 variable..." |
(No difference)
|
Revision as of 00:19, 12 July 2022
| Action: |
Steps through the program being debugged, stopping if a statement modifies the value of the variable specified in the input box so that it equals a value you specify. Displays in the Execution Trace tab the statement that modified the variable and the new variable value. Same as ALT-Run to Change button. Syntax: traceUntilVariableEqualsValue variable target where:
|
| Client menu: | Execution > Trace Until Variable Equals Value |
| Introduced: | Build 26 |