212
Chapter 18:
TI
FLASH
Studio
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
18.3.5. Debug Menu
After a new project is created and all settings are configured, the next step is to
debug and build the file, see Figure 18.11.
Figure 18.11: Debug Menu
Item Icon Action
Step Into
Single steps through the instructions in the program,
and enters each function call that is encountered. This
menu item is activated only when a breakpoint is hit.
Step Over
Steps over functions and macros. Single steps through
instructions in the program. Executes without stepping
through the function instructions when this command is
used as a function call. This menu item is activated
when a breakpoint is hit.
Breakpoints Opens the Breakpoints submenu (see Figure 18.12 for
more detailed information). Breakpoints can also be set,
removed, enabled, or disabled at any point in the code
by right clicking the mouse at that location on the edit
window.
Trace Options Opens the Trace Options submenu. The range of the
trace can be set from this submenu.