Local Variables

Return to Introduction  Previous page  Next page

Whenever a thread encounters a breakpoint, this window displays all the local variables for the thread at its current stack frame.

The value and the type of any in-scope variables are displayed in a tree, as shown below.

Debug_Using_Local Variables

local_variable_icons

Local variables are displayed with icons. The icons from left to right depict the following:

·Purple                Elemental types
·Blue                Workbench instance s
·Green                Parameters
·Red                Object with members
·Yellow                Arrays

See Also