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.
Figure: 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 manage watchpoints.
- Delete watchpoint
 - Delete the selected watchpoint.
 - Edit watchpoint condition
 - Edit the condition associated to the watchpoint.
 - Delete watchpoint condition
 - Removes the condition associated to the watchpoint.
 - Delete all watchpoints
 - Removes all watchpoints.
 - Disable all watchpoints
 - Disables all watchpoints.