Once the debug session has been started, you can run a program object in the debug session by pressing:
from the Display Module Source display. Then, call the program object from the command line using the CALL CL command.
When an exception occurs in a program object during a debug session, the exception is handled by the error and exception handling routines specified for the program object. If the exception is not handled by any exception handler prior to the exception being turned into a function check, then the debugger is invoked and the Display Module Source display is shown. The module object within which the exception occurred is displayed at the statement which caused the exception. Refer to ILE COBOL Error and Exception Handling for more information on error and exception handling.
You can stop program execution by setting breakpoints or by pressing F3 (End Program) from the Display Module Source display. Refer to Setting and Removing Breakpoints for more information on setting breakpoints.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.