To set up remote debugging

  1. Before you start Eclipse, ensure that the two systems are networked using TCP/IP. A CCITCP2 or MFDS process must be used, and both the local or remote machine must be connected using the same process. Both the local and remote machines need to point to the same CCI 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.

    This can also be configured using cciinst (win only) see cci book

  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"

Related Topics: