Context menu options
| Item | Shortcut | Description |
|---|---|---|
| Adjust Range | 11.0+ | This command is available for the arrays and lists and lets you view the contents of an array within the specified range of indices. |
| Inspect | This command is available for fields, local variables and reference expressions, and opens a non-modal Inspection window, where you can concentrate on a particular reference. You can open as many Inspection windows as required. The view in the Inspection window is the same as in the Watches pane, but requires less screen space. | |
| Mark Object | F11F11 | Adds object label. |
| Set Value | F2F2 | This command enables you to change the runtime value of a field or variable. |
| Jump to Source | F4F4 | This command opens the source code of the selected variable or field in the editor and places the caret on a proper line. |
| Jump to Object Source | Shift+F4Shift+F4 | This command opens the source code of the type of selected variable or field in the editor. |
| View as | Use this command to select the layout of the values. For the numeric values, you can toggle between
the decimal and hexadecimal formats. The objects are usually represented by their class name and
instance identifier, but you can optionally show them in string format.
| |
| Add to Watches | This command is available for all nodes except static. Use this command to create an expression that references the node and add this expression to the Watches pane. | |
| Add Field Watchpoint | Use this command to create a new Field Watchpoint for a field and define its options in the Breakpoints dialog. | |
| Copy Value | Use this command to copy the value of a node to the Clipboard.
Tip If a string value is too long to fit in the stack frame view, it is truncated. You can use this command to copy the value to the Clipboard, and then paste it to the editor, where you can examine the contents. Alternatively, hover your mouse cursor over the value and view the contents at the tooltip. | |
| Customize Data Views | Use this command to customize how objects are displayed in the debugger. In the Customize Data Views dialog, specify the items to be shown in the tab and their view mode. |
Types of variables
| Icon | Description |
|---|---|
| Static variable |
| Field |
| Array |
| Primitive type |
| Object |

