Debugger Interface
Debugger Main Window
43
Microcontrollers Debugger Manual
You can provide shortcuts for some of these functions using the toolbar. Refer to the
Debugger Main Window Toolbar and Customizing the Toolbar sections for details.
You can also set breakpoints and watchpoints from within the Source and Assembly
component windows.
NOTE For more information about breakpoints and watchpoints, refer to the Control
Points chapter.

Connection Menu

This menu entry (Figure 2.17) appears between the Run and Component menus when no
connection is specified in the PROJECT.INI file and no connection has been set. The
Connection name is replaced by an actual connection name when the connection is set. If
a connection has been set, the number of menu entries is expanded, depending on the
connection. To set the connection, select Component > Set Connection. Refer to the
Component Menu section for details.
Figure 2.17 Connection Menu
Table 2.5 describes the Connection Menu entries.
Assembly
Step Over
Similar to the Step Over command, but steps over subroutine call
instructions.
Shortcut: CRTL + F10 keys
Assembly
Step Out
If the application is halted inside a function, this command continues
execution and stops on the CPU instruction following the current
function invocation. This command is similar to the Step Out
command, but stops before the assignment of the result from the
function call.
Shortcut: CTRL + Shift + F11 keys
Control Points Opens the Controlpoints Configuration Window that contains tabs that
allow you to control Breakpoints, Watchpoints and Markpoints (refer to
Control Points chapter).
Table 2.4 Run Menu Description (
continued
)
Menu entry Description