Skip to content

Latest commit

 

History

History
147 lines (113 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

147 lines (113 loc) · 6.37 KB

3.32.0

  • Updates Issue #138 by MARCOS MARTINS DUMA
    • Migrate from TSLint to ESLint
    • Update package name vscode-debugadapter and debugadapter-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 by PERFORM statement
    • Support stepInto/stepOut in subroutines called by PERFORM statement
    • Run Gdbtty with Ctrl-F5
    • Provide support for symbolic link directories on linux.
  • 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.

2.32.1

  • 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

2.31.37

  • Update dependencies
  • Fix badges

2.31.35

  • Update dependencies

2.31.34

  • Update dependencies

2.31.33

  • Readme cleanup

2.31.32

  • Improve compatibility with GnuCOBOL 3.1.1+ Issue #97

2.31.31

  • Improve debugging on Windows using Trembley's packages Issue #29

2.31.30

  • Code cleanup

2.31.28

  • Fix debugging via Docker on Windows Issue #89 by Aaron Paterson

2.31.27

  • Toggable details view Issue #66 by Bruno Pacheco
  • Docker image selection Issue #82
  • Breaking changes in launch.json:
    • targetargs property renamed to arguments, nullable by default
    • container property renamed to docker, set to olegkunitsyn/gnucobol:3.1-dev by default

1.31.26

  • Support for setting data storages and field values on GC 2.2 Issue #40

1.31.25

1.31.24

  • Implement attaching to a remote gdbserver Issue #3 by Bruno Pacheco
  • Implement support of USAGE Issue #59 by Bruno Pacheco

1.31.23

  • Implement attaching to a running process Issue #3 by Bruno Pacheco

0.31.22

  • Fix malformed linespec error Issue #53 by Bruno Pacheco
  • Remove call of cob_display Issue #54 by Bruno Pacheco

0.31.21

  • Implement expressions in Watch pane Issue #44 by Bruno Pacheco

0.31.20

  • Fix parsing values from GC to Debugger Issue #35

0.31.19

0.31.18

0.31.17

  • Fix numerical fields in Variables pane. Issue #30 by Bruno Pacheco
  • Implement start/stop commands for GnuCOBOL Docker

0.31.16

  • Show field's data instead of data. Issue #4 by Bruno Pacheco
  • Compatibility with GnuCOBOL 3.1

0.22.15

0.22.14

0.22.13

0.22.12

  • Fix Step Over in the end of a function call. Issue #17

0.22.11

  • 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

0.22.10

  • Implement Step Over, Step Into, Step Out breakpoint-actions

0.22.9

  • Implement targetargs property in launch.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>

0.8.22

  • Fix default cobcargs

0.7.22

  • Add COBOL dialects such as COBOL, ACUCOBOL, OpenCOBOL, GnuCOBOL, entcobol. Issue #10
  • Implement cobcargs property in launch.json. Issue #10

0.6.22

  • Fix breakpoints in the Compilation Group
  • Add tests

0.5.22

  • Contrast icon

0.4.22

  • Implement validation of the target file
  • Fix SourceMap locations

0.3.22

  • Implement execution of COBOL program CTRL+F5
  • Implement debugging of COBOL program F5