Add Watch

Frozen Content

The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy.

Parent process: EditEmbedded:AddWatch

Applied parameters: None

Summary

This command enables you to define watch expressions for the current embedded source code document. A watch expression can be a single variable or an expression containing one or more variables and allows you to view the value of the expression as you step through the code.

Details

After launching the command, the Add Watch dialog appears. Use this dialog to define the required expression that you wish to monitor. For example, the expression could be a particular variable that is used in the code (e.g. OUT, a, Remainder), or an expression based on one or more defined variables (e.g. a+b, a*b, c+(b-a)).

After clicking OK, the watch expression will appear in the Watches panel.

Notes

Use the Watches panel to view all defined watch expressions at the same time. Watches can be added, edited, enabled, disabled and deleted from the panel's right-click pop-up menu.

You are reporting an issue with the following selected text and/or image within the active document: