TraceUntilVariableEqualsValue command

From m204wiki
Revision as of 19:09, 9 February 2023 by Ekern (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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:

  • variable is the required variable name
  • target is the required target variable value
Client menu: Execution > Trace Until Variable Equals Value
Introduced: Build 26