

Visual Studio Code is a great source code editor. In DEBUG CONSOLE you will see complete communication log between gdb and VS Code.Angular is a great front-end framework for web apps. Your contribution is always welcome! TroubleshootingĪdd verbose property to your launch.json and start debugging session. In order to achieve that, you have two options: Local ProcessĪdd pid property to your launch.json and start debugging session (you can use a input variable to help like the sample below).Īdd remoteDebugger property to your launch.json. You may debug your COBOL program attaching to a running process. Stop the container by Ctrl+Shift+P and command GnuCOBOL Docker: stop, or in the terminal: docker rm -force gnucobol "docker": "olegkunitsyn/gnucobol:3.1-dev" Here's an example: olegkunitsyn/gnucobol:3.1-devĪdd docker property to your launch.json and start debugging session. If you debug a Compilation Group (main- and sub- programs), you need to list sub-programs inside group property.

When your launch.json config is set up, you can debug or execute your COBOL program. The image includes GnuCOBOL, GNU Debugger and all required dependencies needed to debug or execute your code. GnuCOBOL Docker container up and running.Now you may choose between local and container execution environment. Otherwise, the breakpoints will be unavailable.

bol (recommended), bol-language-support, rechinformatica.rech-editor-cobol or ibm.zopeneditor installed.
