To set PL/I program breakpoints

To create a new program breakpoint
  1. From the main menu in Visual Studio, click Debug > Windows > Program Breakpoints.
  2. In the Program Breakpoints window, click New.
  3. In the Program field type the program ID for which you want to set the breakpoint, and then press Enter.

    This automatically selects the new program breakpoint by placing a check mark in the left column.

  4. Use the check boxes in the left column to turn program breakpoints on or off. Optional.
To delete selected program breakpoints
  • In the Program Breakpoints window, check each program breakpoint you want to delete, and then click Delete selected Delete selected.
To delete all program breakpoints
  • In the Program Breakpoints window, click Delete All Program Breakpoints Delete All Program Breakpoints.