The variable change breakpoint is a special type of conditional breakpoint that halts program execution when the value of a specified variable changes.
A variable change breakpoint is not associated with any statement in the program. It applies to all the statements in the program.
You can add a variable change breakpoints from within the Program Listing area by right-clicking the statement where the variable is defined, and then selecting Add breakpoint.
You can also add variable change breakpoints using the following procedure. You can modify variable change breakpoints using the Configure Breakpoints icon in the Breakpoints view toolbar.
To add a variable change breakpoint in the Breakpoints view
The Breakpoints view opens.
The program opens in the Program Listing area.
in the Breakpoints view toolbar.
The Add Global Breakpoint dialog opens.
The fields on the Add Global Breakpoint-Variable Change Breakpoint dialog differ depending on the project types.
Specifies the variable whose value will be checked for any modification. Select a field from the drop-down list.
Specifies the length of the data item in the Name field that will be used to determine if a variable has changed.
Specifies the offset value for the variable in the Name field.
The Breakpoints view refreshes to show the new breakpoint.
To add a variable change breakpoint using the Program Listing area
The InterTest Debug view opens.
The program opens in the Program Listing area.
The Breakpoints view refreshes to show the new breakpoint.