Program Breakpoints

Program breakpoints are breakpoints that stop execution each time a specified program or entry point within the program is called. They are supported in Visual COBOL, but by default their behavior is different from their behavior in Net Express

In Net Express, a program breakpoint caused execution to stop only when the Procedure Division entry point is called, while in Visual COBOL, a program breakpoint causes execution to stop on any entry point to the program and on return to the program from a call.