TraceUntilVariableEqualsValue 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 variable...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">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 </span><span class="f_GUIlabel">Execution Trace</span><span class="f_Para"> tab the statement that modified the variable and the new variable value. </span>
<span class="f_Para">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 </span><var>Execution Trace</var><span class="f_Para"> tab the statement that modified the variable and the new variable value. </span>


<span class="f_Para">Same as [[trace_until_change.html#tracevareqval|ALT-Run to Change]] button. </span>
<span class="f_Para">Same as [[Tracing until a value change or until a value match|ALT-Run to Change]] button. </span>


'''Syntax:'''
'''Syntax:'''

Latest revision as of 19:09, 9 February 2023

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