If you are debugging a program and do not need to specify any parameters,
you can start a one-step batch debugging session.
Procedure
In the Remote Systems view, right-click a program and select .
Results
This creates a debugging session with the following launch settings:
- The debugger will stop at the first debuggable entry of the selected program.
- The debugging session will end when the program runs to completion.
- The application will be launched for the debugging session assuming the
following command: SBMJOB CMD(CALL PGM(ProgramName)) HOLD(*YES).
The debugger releases the batch job, and the debugging session begins.
If you want debugging session launch settings other than the above,
you need to launch the debugging session with full prompt. For information
about this, see the related topic below.