gnucobol-debug icon indicating copy to clipboard operation
gnucobol-debug copied to clipboard

GnuCOBOL debugger

Results 34 gnucobol-debug issues
Sort by recently updated
recently updated
newest added

OpenVSX says the last update is 3 years old :-( There were several important updates from @marcsosduma and there's still one in the PR to pull. @OlegKunitsyn please pull and...

I've now tested this extension with some bigger programs where the source is on a slow network share. The result: the compilation part takes quite some time, but that is...

Support for multiple terminals – allows the Linux system to use not only XTerm but also gnome-terminal, konsole (KDE), and xfce4-terminal. Bug in parser – in some cases, the snippet...

@OlegKunitsyn @marcsosduma GnuCOBOL 3.2, which is to be released today (Oleg, you may want to provide an extra docker container tag for that), added `--coverage`. The old "manual" approach will...

@OlegKunitsyn @marcsosduma GnuCOBOL 3.1 added the option to generate line directives, so that GDB will actually know about the COBOL source lines. This is auto-included `-g`. It _may_ make the...

After configuring launch.json and hitting F5 in a compiled Cobol file, debugging doesn't start and I see the following error in the Extension host (remote) output: ``` [error] TypeError: Cannot...

D:\VertSoft\Cobol\learning\MyTest>cobc -x TestProgram01 configuration error: /mingw/share/gnu-cobol/config\default.conf: No such file or directory How can I fix this. I think if the last separator is changed it will work but how to...

Hi, From https://github.com/OlegKunitsyn/gnucobol-debug/issues/123 experimenting program "essai.cbl" : ``` IDENTIFICATION DIVISION. PROGRAM-ID. X51013T. AUTHOR. Enregistrement signature compl. DATE-COMPILED. 30/06/21. ENVIRONMENT DIVISION. CONFIGURATION SECTION. SOURCE-COMPUTER. IBM-370. OBJECT-COMPUTER. IBM-370. SPECIAL-NAMES. DECIMAL-POINT IS COMMA....

Hi, From https://github.com/OlegKunitsyn/gnucobol-debug/issues/123 experimenting program "essai.cbl" : IDENTIFICATION DIVISION. PROGRAM-ID. X51013T. AUTHOR. Enregistrement signature compl. DATE-COMPILED. 30/06/21. ENVIRONMENT DIVISION. CONFIGURATION SECTION. SOURCE-COMPUTER. IBM-370. OBJECT-COMPUTER. IBM-370. SPECIAL-NAMES. DECIMAL-POINT IS COMMA. DATA...

I was able to obtain accurate coverage highlighting once the extension was set up properly. However, if I stop my debugging session and start a new session, the coverage highlighting...

enhancement