Visual debugging

Visual debugging provides the Visual Debug view for you to interact with your COBOL or PL/I debug session. With this view, you can visualize the stack trace, set breakpoints, and run to a selected call path.

Notes:

In COBOL, the stack trace represents the paragraph call chain. In PL/I, the stack trace represents the procedure call chain.

The children topics demonstrate how to debug a sample COBOL program called SAM1.
Visual Debug view