Watchpoints view

Each time the value of a watched variable changes, the program will stop, and the variable values will be displayed in the Watchpoints view.


This figure is a screenshot of the Debugger Watchpoints tab.

Figure 1. Watchpoints View

ID
The identification number of the watchpoint.
Enable
Check to enable the watchpoint, uncheck to disable to watchpoint.
Expression
The variable name on which the watchpoint is set.
New Value
The new value of the watchpoint variable.
Condition
A Boolean expression can specify that the watchpoint is conditional; each time the value of the variable changes and the condition is TRUE, the program will stop.

The integrated toolbar includes options to delete the highlighted watchpoint, edit or remove a watchpoint condition, and to delete or disable all watchpoints.