Tracing options

From m204wiki
Revision as of 20:21, 21 November 2022 by Ekern (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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