Debug Session Control APIs
Debug session control APIs are used to start the source debug session,
determine which programs, modules, and views are referenced, and control
certain attributes of the debug environment.
The Debug Session Control APIs are:
Debug session control exit programs are used to process breakpoints and start,
stop, and display screens within the source debug session. The debug session
control exit programs are:
- Debug Session Handler manages the source debugger, telling it when to start, stop, and display its screens. This program is registered on the Start Debug Command.
- Program Stop Handler is registered on the Start Source Debug API. This program is called by the source debugger support when an ILE or OPM program stops at a breakpoint or for other reasons.
- Service Entry Point Stop Handler is a user-written program that handles the service entry point program-stop condition.