Previous Topic Next topic Print topic


To debug a native COBOL program running remotely

Restriction: The following applies to native code only.
  1. Set up remote debugging.
  2. Build your project for debugging.
  3. Specify the remote machine as follows:
    • Click Project > Properties.
    • Go to the Debug tab.
    • Check Use remote machine.
    • Fill in the IP address or name of the remote machine.
  4. Click Debug> Start Debugging .
    Note: To debug a program on a remote UNIX machine, you need to have an X Window implementation installed and running, so that the output of the remote program can be viewed on your local machine.
Previous Topic Next topic Print topic