Inspect dialog box
The Inspect dialog box enables you to specify an expression and view the current value of the expression, such as a variable, in a variety of formats.
To open the Inspect dialog,
- Build a program and choose Run|Debug.
- Do any of the following:
- Choose Run|Inspect.
- In the Data pane in the lower left, right-click a variable and choose Inspect.
- Right-click an expression and choose Evaluate/Modify. Then in the Evaluate/Modify dialog box, click the Inspect button.
After you enter an expression, an Inspector window appears.
Dialog box options
Enter Symbol
Enter the expression to inspect.
See also:
Context-sensitive help: Inspector window
User's Guide: Inspecting data elements