Debugging Extension for Visual Studio Code / VSCodium
COBOL DEBUGGING Extensions for Visual Studio Code and VSCodium
Microsoft’s Visual Studio Code and its open source variant VSCodium provide a flexible, graphically-oriented, Integrated Development Environment (IDE) for software developers.
We have created a COBOLworx debugging VSC extension that can be loaded into either. This extension to VSC assumes that the GnuCOBOL compiler and the CBL-GDB extensions are installed. It turns VSC into an IDE for doing source-level debugging of COBOL programs.
- VSIX File - To install, you need to tell the VSC Extension Installer to “Install From File” and point it at the downloaded file.
The package’s README.md file provides information on using it.