Watches


The Watches tab lists all currently set watches. A watch is a node you can create in the Debugger Window to display the current value of any variable of that name currently in scope. You can monitor the value of the variable as it changes during the execution of the program.

To set a watch:

Fixed watches

Whereas a standard watch refers to the value of variable of that name currently in scope, it is possible to create a fixed watch, which always refers to the variable itself that it was created on.

To add a fixed watch:

Contents Prev Next Index