Creating a C or C++ Watch

See Also 

A watch enables you to track the changes in the value of a variable or expression during program execution. The Watches window lists all of the watches you have defined for all of your IDE projects.

You can open the Watches window by choosing Window > Debugging > Watches (Alt-Shift-2).

To create a watch:

The Watches window opens with the new watch selected.

Notes:

See Also
C and C++ Variables and Expressions in the IDE
C and C++ Variables Window
C and C++ Watches Window

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.