Inspecting shows the result of evaluating an expression in the Inspector view.
1. |
In the scrapbook page, either type an expression or highlight an existing expression to be inspected. For example:
System.getProperties() |
2. |
Either click the Inspect button in the toolbar or select Inspect from the selection's context menu. |
3. |
The result of the inspection appears in the Inspector view, which is opened if it is not already visible. The result can be inspected like a variable in the debugger (e.g., children of the result can be expanded). |