Context menu options
| Item | Shortcut | Description |
|---|---|---|
| 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. | |
| Set Value | F2F2F2F2F2 or Ctrl+X, Back QuoteF2F2 or Ctrl+PeriodF2F2F2Meta Period | This command enables you to change the runtime value of a field or variable. |
| Jump to Source | F4F4F4F4F4F4F4F12 or Ctrl+Shift+EF4F4F3 | This command opens the source code of the selected variable or field in the editor and places the caret on a proper line. |
| 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. | |
| 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. |
Types of variables
| Icon | Description |
|---|---|
| Field |
| Array |
| Primitive type |

