Tracing options: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
__TOC__
__TOC__
<span class="f_Para">The </span><span class="term">Trace All</span><span class="f_Para"> control button lets you trace from the current program point to the end of the program, displaying a list of all executed statements. The CTRL-T keyboard shortcut is equivalent (by</span><span class="f_ListContinue"> [[Default settings of buttons and hot keys|default]]) </span><span class="f_Para">to clicking the </span><var>Trace</var><span class="f_Para"> button: </span>
<span class="f_Para">The </span><span class="term">Trace All</span><span class="f_Para"> control button lets you trace from the current program point to the end of the program, displaying a list of all executed statements. The CTRL-T keyboard shortcut is equivalent (by</span><span class="f_ListContinue"> [[Default settings of buttons and hot keys|default]]) </span><span class="f_Para">to clicking the </span><span class="term">Trace</span><span class="f_Para"> button: </span>


[[File:tracebut4_zoom60.gif|469x119px|traceBut4]]<span class="f_Para"> </span>
[[File:tracebut4_zoom60.gif|469x119px|traceBut4]]<span class="f_Para"> </span>

Latest revision as of 20:21, 21 November 2022

The Trace All control button lets you trace from the current program point to the end of the program, displaying a list of all executed statements. The CTRL-T keyboard shortcut is equivalent (by default) to clicking the Trace button:

traceBut4

The Trace button below the main window lets you trace all statements that modify a variable you specify, also displaying what value was assigned to the variable:

traceBut4a

The Run to Change button stops program execution if the variable you specify is modified:

traceBut4b

See Also:

Tracing execution