Set a Conditional Breakpoint for a Batch Project
Complete the following fields in the Add a Global Breakpoint dialog or Add a Line Breakpoint dialog to set a global or line conditional breakpoint respectively for a batch program.
-
Left Side
Displays the list of variable names defined in the program. Select a variable from the drop-down list. This is the variable on which the condition will be tested. -
Operator
Lists the operators you can use in your condition. Select an operator for the condition. -
Right Side
Lists the constants and variables whose value will be compared with the value selected under the Left Side. Select an item from the drop-down list or do one of the following:-
Type a constant
-
Type a numeric literal
-
Type an alphanumeric literal
-
Type a hex literal
-
-
Stop after execution
Specifies that the condition will be evaluated after the statement is executed. Check the box if you want to use this option. The condition is evaluated before executing the statement by default.
Default: Off