Previous Topic: Control Program ExecutionNext Topic: What You Can Do When Your Program Is Stopped


How to Stop Your Program by Setting Breakpoints

One of the problems with traditional testing methods is that you have little or no control over program processing. You simply initiate the task, and the program either runs to completion or abends.

With the application you can control program execution in a number of ways. For example, you can set stops, called breakpoints, anywhere in your program. Four types of breakpoints you can set are unconditional, conditional, variable‑change, and request breakpoints.