■ When set to On, Trace causes the environment to:
• Run your project in slow motion, highlighting each
statement as it executes
• Record the last 20 lines of code executed before a
project stops
■ Use Shift+F8 and Shift+F10 to single step backward and
forward through the last 20 lines of code.
■ A bullet (•) appears next to the command name on the Debug
menu when the toggle is on.
┌───────────┐
│ •Trace On │
└───────────┘
■ Tip: Use Trace On to observe the flow of your project as
it executes. Use this command with watchpoints,
breakpoints, or Ctrl+Break to periodically suspend
project execution.