Components icon, Stack icon – Freescale Semiconductor Microcontrollers User Manual

Page 134

Advertising
background image

Debugger Components

Visualization Utilities

134

Microcontrollers Debugger Manual

In the figure above, for example, the Object Pool is expanded. The Object Pool contains
the TargetObject, which contains the Leds and Swap peripheral devices. The Swap
peripheral device is selected and registers of the Swap device are displayed.

Components Icon

When the components icon is selected in the Inspect window, as shown in

Figure 3.78

, the

right side displays various information about all loaded components. A Component is the
“unit of dynamic loading”, therefore all windows, the CPU, the connection and perhaps
the connection-simulator are listed.

Figure 3.78 Inspect Window Components Icon

Stack Icon

The Stack icon shown in

Figure 3.79

displays the current stack trace. Every function on

the stack has a separate icon on the trace. In the stack-trace, the content of a local variable
is accessible.

Figure 3.79 Inspector Window Stack Icon

Advertising