To set PL/I program breakpoints
To create a new program breakpoint
From the main menu in Visual Studio, click
Debug > Windows > Program Breakpoints
.
In the
Program Breakpoints
window, click
New
.
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.
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
.
To delete all program breakpoints
In the
Program Breakpoints
window, click
Delete All Program Breakpoints
.
Parent topic:
How to
Related concepts
Using Breakpoints