Watchpoint properties

Use this dialog to view or modify the properties of a watchpoint.

Note: For details on how to set new watchpoints, see Using breakpoints.
Location
The component, for example a script or library, where the watchpoint is set.
Variable
The name of the variable for which the watchpoint is set.
Enabled
If this check box is selected, the watchpoint is enabled. The program execution suspends, based on the setting specified in the Suspend on field.

If this check box is cleared, the watchpoint is disabled. The watchpoint is ignored during the program execution.

Suspend on
Indicates when the program execution will suspend.
Allowed values
Variable Modification The program execution suspends when the value of the variable changes.
Variable Value The program execution suspends when the variable gets the indicated value.

See the previous figure for an example. The session will suspend when the curr.key variable gets the value 2.