Specifications

Saturn The Windows ‘95 Debugger 16-49
Psy-Q Development System
Local Pane
The Local Pane is used to display all variables in the current local scope when you
are debugging in C.
As you step and trace, the contents of this Pane will change to display the variables in
the new scope.
You can expand or collapse variables and traverse array indices.
Local Pane Display
Variables can be viewed in hexadecimal or decimal modes by right-clicking within the
Pane and ‘toggling’ between Hexadecimal/Decimal (on the displayed menu) as
required. A tick will appear alongside Hexadecimal when this mode is selected.
Any Local variable that evaluates to a ‘C’, l-type expression, can be assigned a new
value.
When you select the Local Pane menu or click the right hand mouse button over a
Local Pane you see the following menu:
Expand/Collapse - when the cursor is over a pointer, a structure or an array
Increase Index - when the cursor is over an array element
Decrease Index - when the cursor is over an array element.