Popup menu for the Data pane

The popup menu for the Data pane of the Debugger window has the following menu commands.

See also:
Data pane


Adjust Range

Opens the Adjust Range for Array dialog.

This command is only available when an array is selected.

See also:
Building Applications with JBuilder: Inspecting data elements


Show Hex Value

Displays the hex value for scalars.


Show Decimal Value

Displays the decimal value for scalars.


Modify Value

Modifies the value of the selected scalar variable.


Watch

Adds the selected data item to the Watch pane.

See also:
Building Applications with JBuilder: Watching expressions


Inspect

Creates a floating Inspector window for the selected data item.

See also:
Building Applications with JBuilder: Inspecting data elements


Properties

Displays the Context Tree Properties dialog box, where you choose what type of information is shown in the left-hand panes of the Debugger window or in the Debugger Context Browser window.


Save to File

Saves all the data in the current pane to an ASCII file.


Expand All

Expands all outline branches in the current pane.


Collapse All

Collapses all outline branches in the current pane.


Toggle Value

Toggles a boolean value.