Inspector window
The Inspector window enables you to view the current value of a variable in a variety of formats. Inspectors are evaluated in the context used when the inspector was created. This is different than watches, which are evaluated in the current context.
To open the Inspector window,
- Start the Debugger.
- Choose Run|Inspect.
The Inspect dialog box appears.
- Enter an expression to inspect.
The expression appears in the Inspector window.
You can also select a data item in the Data pane of the Debugger, then right-click and choose Inspect.
You can show hex and decimal values and modify or watch values using the Inspector window popup menu.
See also:
Building Applications with JBuilder: Inspecting data elements