Previous Topic: Figurative ConstantsNext Topic: The Detailed Conditional Breakpoint Screen


Example

The following screen shows how to set a conditional breakpoint in a COBOL program:

           CA InterTest MONITORING COMMAND BUILDER  CONDITIONAL BREAKPOINT                                                                                      Enter LEFT SIDE    í                                                            Data Name tolen ________________________________________________________                                                                                                                               í    Enter OPERATOR (EQ, NE, GT, LT, GE, LE):  lt                                                                                                                  Enter RIGHT SIDE                                                                   Data Name ______________________________________________________________           OR     í                                                         Literal 80______________________________________________________________                                                                                    _ ENTER S to Drop monitoring on true condition                                                                                                                       Press PF9 to go to complex conditional screen if necessary                                                                                                                                                                                                                                                                 F1 Help       2            3 End        4 Return     5            6             PF7            8            9 Complex   10           11           12

This breakpoint takes effect only if the value in the data name TOLEN is less than 80. The breakpoint locations are all the instructions, as previously specified on the Conditional Locations screen.