Watch View Pane Context Menu
- Updated2025-07-21
- 2 minute(s) read
Watch View Pane Context Menu
Watch View Pane Context Menu
The Watch View pane context menu can contain the following items:
- Insert Watch Expression —Launches the Watch Expression Settings dialog box, in which you can specify the expression, specify whether value changes in the expression can suspend an execution, and the expression can trigger a breakpoint, and specify whether the expression applies only to only the current execution, the current client sequence file or the selected sequence file and sequence.
- Edit Watch Expression —Launches the Watch Expression Settings dialog box, in which you can edit the watch expression, specify the scope of the watch expression, and specify whether value changes can suspend an execution.
- Copy Value —Copies the evaluated value of the selected watch expression.
- Modify Value —Launches the Properties dialog box, in which you can edit the value of selected watch expressions. TestStand dims this command if the selected expression does not evaluate to a single variable or property value. For example, you can modify the value of Locals.X but not the value of Locals.X + 5 .
- Format Value —The numeric format to supply to the selected watch expression. The watch expression applies the format setting to all numeric subproperties of the selected watch expression.
- Cut —Removes the selected watch expression or text and places it on the clipboard.
- Copy —Copies the selected watch expression or text to the clipboard.
- Paste —Inserts the watch expression or text from the clipboard.
- Delete —Deletes the watch expression or text.
- Delete All —Deletes all watch expressions from the current view.
- View All Scopes/View Current Scopes —Specifies whether the Watch View pane displays all watch expressions or excludes those which have scope settings that do not apply to the currently executing sequence file and sequence.