Toolbar
| Item | Shortcut | Description |
|---|---|---|
| Alt+InsertCommand N; Command Enter | Click this button to create a new watch. |
| Alt+DeleteCommand Delete | Click this button to remove the selected watch from the list. |
Context menu options
| Item | Shortcut | Description |
|---|---|---|
| New Watch | InsertInsert | Choose this command to create a new watch. A text field opens, where you can enter new watch expression. |
| Remove Watch | DeleteDelete | Choose this command to delete the currently selected watch expression from the list. |
| Edit | F2F2 | Choose this command to change the selected watch expression. |
| Remove All Watches | Choose this command to delete all watch expressions from the list. | |
| Inspect | Available for fields, local variables and reference expressions. Choose this command to open the Inspect window for the node, which allows you to perform the same operations as those available in the stack frame, with the only difference that the root node is the one you have selected. You can recursively call the new Inspect windows from within each other. Each window is not modal and immediately reflects all changes in its subtree. | |
| 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. |
| Copy Value | Ctrl+C; Ctrl+InsertCtrl+C; Ctrl+Insert | Copies the selected node value to the clipboard. |
| Copy Name | Copies the selected node name to the clipboard. |

