Previous Topic: Change Breakpoints - CICSNext Topic: How to Delete Breakpoints


Change Breakpoints

The following procedure describes how to change breakpoints in batch applications.

Follow these steps:

  1. Right-click the blue circle to the left of the line where you have set an unconditional breakpoint, and select Configure Breakpoint in the dialog.

    The Update Line Breakpoint dialog opens.

    A dialog in which you can set a conditional breakpoint.

  2. Click the Conditional breakpoint option button.
  3. Change the fields as follows:

    Left Side–LOOP-OUT

    Operator–GT - Greater Than

    Right Side–x'00'

    Note: Character literals do not need to be prefixed with a C. The system automatically recognizes them as characters. Thus, 2 is treated as F2, whereas hex literals must be prefixed with an X.

  4. Click Finish.

    The dialog closes and the breakpoint displays in the Breakpoints view as a conditional breakpoint.