Previous Topic Next topic Print topic


To set up remote debugging for native COBOL applications

Note: The following applies to native code only.
  1. Before you start your COBOL development system, ensure that the local and remote systems are networked using TCP/IP. See your Configuring CCI Guide.

    The two systems must be connected using the same CCITCP2 or MFDS process. To do this, set the environment variable CCITCP2 on both machines to point to the machine where the CCITCP2 process is running. Use the command:

    set CCITCP2=machine-with-CCI

    Where machine-with-CCI can be the machine name or its IP address.

  2. On the remote machine, start a COBOL system command environment, and start a cobremotedaemon process.

    You can start multiple processes and thereby enable multiple users to debug remotely on this machine. To do this, you name each process individually, using a command like this:

    cobremotedaemon name="MyRemoteDaemon"
Previous Topic Next topic Print topic