A COBOL program that has been built on the server is debugged with the remote debug function. This section explains how to start remote debugging, and provides an overview of the remote debugger connector.
The following two methods can be used to start debugging:
In this method, the remote debugger is called from the local personal computer to start debugging. The remote debugger connector must be started on the server in advance.
In this method, the remote debugger is called from a COBOL program that runs on the server. This start method is used for debugging a COBOL application that runs in an Interstage Application Server environment, on a Web server, or in another environment.
Note
Other debuggers (e.g. COBOL, Java) cannot be started while debugging a COBOL program.