Important:
- This functionality requires a licensed version of a
Rocket Visual COBOL or
Rocket Enterprise Developer product on the same machine. See
Installation for details.
- Program breakpoints are supported only in native COBOL, and are not supported in nested programs.
Program breakpoints are breakpoints that stop execution each time a specified program or entry point within the program is
called.
To set a program breakpoint:
- In the Activity bar, click
to open the
RUN AND DEBUG panel, then click the row for
PROGRAM BREAKPOINTS.
- Click
+.
- Type the name of the source file, without the extension, and press
Enter.
This sets the program breakpoint.
For multi-program source files, to set a break for a sub-program, use its program-id.
To disable a program breakpoint:
- In the
PROGRAM BREAKPOINTS window, on the row for the required program breakpoint, click
Toggle Enable Program Breakpoint to disable it.
To delete a program breakpoint:
- In the
PROGRAM BREAKPOINTS window, on the row for the required program breakpoint, click
X
Delete Program Breakpoint, or to delete all current program breakpoints, click
Delete All Program Breakpoints on the row for the
PROGRAM BREAKPOINTS panel.