Note: The following applies to native COBOL only.
- Set up remote debugging.
- Build your project for debugging.
- 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.
- 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.
- When you stop debugging, the cobremotedaemon process continues to run. When you no longer need the process, stop it manually, using:
cobremotedaemon stop daemon-name