Tracing options

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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