Introduction to Eclipse
Provides a description of the major IDE features together with an overview of the development life-cycle and some useful tips on developing applications.
Building COBOL applications
To build an application, you need to compile its programs and link them to a run-time system. In the IDE, you use a build configuration to define how to do this.
Code Coverage (Native COBOL)
Code coverage for native COBOL in Visual COBOL integrates the Micro Focus Test Coverage facility.
Debugging COBOL applications
Your COBOL development system provides a debugging environment where the source code of each program is displayed in a separate window.