TraceValues 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">Like </span><span class="f_Para" style="font-family: 'Courier New',Courier,monospace;">Run command...")
 
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">Like </span><span class="f_Para" style="font-family: 'Courier New',Courier,monospace;">[[Run command|run]],</span><span class="f_Para"> but also reports all statements that modify the value of the variable specified and reports the value assigned. Described further in [[trace_all_updates.html|Tracing all updates to a variable's value.]] </span>
<span class="f_Para">Like </span><span class="f_Para" style="font-family: 'Courier New',Courier,monospace;">[[Run command|run]],</span><span class="f_Para"> but also reports all statements that modify the value of the variable specified and reports the value assigned. Described further in [[Tracing all updates to a variable's value|Tracing all updates to a variable's value.]] </span>


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

Latest revision as of 19:09, 9 February 2023

Action:

Like run, but also reports all statements that modify the value of the variable specified and reports the value assigned. Described further in Tracing all updates to a variable's value.

Syntax:

traceValues varName

where varName is the required variable name.

Client menu: Execution > Trace Values
Introduced: Build 26