Jopaz 1.3.0 | Compiling with Jopaz | Remote Debugging with Jopaz | Remote Debugging - Stand-alone Remote Debugger | Remote Debugging
 
Remote Debugging
1. Start a JPZEXEC job on the host (z/OS) side that uses a RUNOPT member in which the configuration properties jopaz.rundebug=2 and jopaz.debug.port=your-port are set.
The following message should be displayed in the job spool:
Debugger listening on port your-port ....
2. On the client side, double-click the JopazRunRemote.bat script to start the remote debugger.
This should open in a short time in the form of a debugger window, and you should see the COBOL source code of the program to be debugged.
3. You can now perform the desired operations, such as setting breakpoints and stepping through the single instructions.