If you are debugging a program and do not need to specify any parameters,
you can start a one-step multithreaded debug 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 debug session will end when the program runs to completion.
- The application will be launched for the debug session assuming the following
command: CALL PGM(Program_Name). It will also
be assumed that the program can be launched in a BCI (Batch Immediate Job).
If you want debug session launch settings other than the above, you
need to launch the debug session with full prompt. For information about this,
see the related topic below.