To debug a COBOL project, it must be compiled for debugging, and you need to create a debug configuration.
Compiling for debug Configure your projects or standalone programs to produce the necessary debug information when they are built.
Creating a debug configuration Create different debug configurations for different types of debugging that you are undertaking.
Preparing remote projects for debugging Create a debug configuration that specifies an X window implementation to allow you to see output from the remote project
on your local machine.