Using program breakpoints in native COBOL

Restriction: Program breakpoints are supported in native COBOL only, and are not supported in nested programs.

You can add program breakpoints in the source code in one of the following way:

Alternatively:

  1. Open the Program Breakpoints (Native COBOL) window - click Debug > Windows > Program Breakpoints (Native COBOL).
  2. Click New in the window.
  3. Type the name of the source file, without the extension, and press Enter. For multi-program source files, to set a break for a sub-program, use its program-id.

    The program breakpoint is set.

To disable a program breakpoint:

To delete a program breakpoint: