- Updates Issue #138 by MARCOS MARTINS DUMA
- Migrate from TSLint to ESLint
- Update package name
vscode-debugadapter
anddebugadapter-testsupport
.
- Improvements Issue #134 by MARCOS MARTINS DUMA
- Allow viewing of variables with the
-
character in the name - Enable hovering on child variables
- Display debug output in the VSCode terminal
- Set
XTERM
variable to the correct display during debugging with the GDB TTY option - Utilize gdbtty for debugging on WSL and SSH (Windows -> Linux)
- Perform
stepOver
in subroutines called byPERFORM
statement - Support
stepInto
/stepOut
in subroutines called byPERFORM
statement - Run Gdbtty with Ctrl-F5
- Provide support for symbolic link directories on linux.
- Allow viewing of variables with the
- Support for newer extension ids Issue #139 by Simon Sobisch
- Experimental by MARCOS MARTINS DUMA
- format
- remove log file
- Set value
-
fix for Oracle Linux - Hover variables in GnuCOBOL31 and GnuCOBOL32.
- Debug code in a separate window Issue #132
- via XTERM terminal on Linux
- via new-console option on Windows
- Fix breakpoint on Windows Issue #131
- Update dependencies
- Fix badges
- Update dependencies
- Update dependencies
- Readme cleanup
- Improve compatibility with GnuCOBOL 3.1.1+ Issue #97
- Improve debugging on Windows using Trembley's packages Issue #29
- Code cleanup
- Fix debugging via Docker on Windows Issue #89 by Aaron Paterson
- Toggable details view Issue #66 by Bruno Pacheco
- Docker image selection Issue #82
- Breaking changes in
launch.json
:targetargs
property renamed toarguments
, nullable by defaultcontainer
property renamed todocker
, set toolegkunitsyn/gnucobol:3.1-dev
by default
- Support for setting data storages and field values on GC 2.2 Issue #40
- Fix failed tests Issue #71
- Fix WATCH Issue #62
- Fix validating cwd before launching the debugger Issue #67
- Support for setting values on variables (GC 3.1 only) Issue #40
- Implement attaching to a remote gdbserver Issue #3 by Bruno Pacheco
- Implement support of USAGE Issue #59 by Bruno Pacheco
- Implement attaching to a running process Issue #3 by Bruno Pacheco
- Fix malformed linespec error Issue #53 by Bruno Pacheco
- Remove call of cob_display Issue #54 by Bruno Pacheco
- Implement expressions in Watch pane Issue #44 by Bruno Pacheco
- Fix parsing values from GC to Debugger Issue #35
- Fix watching of the value Issue #35
- Fix C parsing on Windows Issue #32
- Fix numerical fields in Variables pane. Issue #30 by Bruno Pacheco
- Implement start/stop commands for GnuCOBOL Docker
- Show field's data instead of data. Issue #4 by Bruno Pacheco
- Compatibility with GnuCOBOL 3.1
- Support GnuCOBOL Docker image
- Fix
Step Over
in CALL execution. Issue #21
- Fix
Step Over
in the end of a function call. Issue #17
- Fix source-map creation on the paths with spaces. Issue #16
- Remove default compilation arguments
-d
and-fdebugging-line
. Issue #10 - Confirmed compatibility with
cobc
3.1. Issue #1
- Implement
Step Over
,Step Into
,Step Out
breakpoint-actions
- Implement
targetargs
property inlaunch.json
. Issue #12 - Fix hidden stdout. Issue #15
- Fix console input in debug mode. Issue #8
- Update versioning scheme to
<X><GnuCOBOL X.Y><Z>
- Fix default
cobcargs
- Add COBOL dialects such as
COBOL
,ACUCOBOL
,OpenCOBOL
,GnuCOBOL
,entcobol
. Issue #10 - Implement
cobcargs
property inlaunch.json
. Issue #10
- Fix breakpoints in the Compilation Group
- Add tests
- Contrast icon
- Implement validation of the target file
- Fix SourceMap locations
- Implement execution of COBOL program
CTRL+F5
- Implement debugging of COBOL program
F5