Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
    • rdubner's avatar
      Actually change package number · 0c284a4e
      rdubner authored
      0c284a4e
    • rdubner's avatar
      Release candidate 4.2.3 -- Implements the COBOL ACCEPT statement. · f696b86f
      rdubner authored
      This version also handles some race conditions that were resulting in "...variable not
      iterable..." responses that prevented proper display in the VARIABLES pane.
      
      The main functional change is this version's ability to work with the COBOL ACCEPT statement.
      All input and output is from the VSC "DEBUG CONSOLE" panel.  The debugging adapter, however,
      keeps track of whether GDB thinks the inferior is *running or *stopped.  When *running, all
      VSC attempts to talk to the inferior are inhibited, and any keyboard commands are stripped
      of the '-interpreter-exec' wrapper and sent in raw form to the inferior.
      
      This seems to work.
      
      The C/C++ debugger for VSC works differently; it sets up pipes for stdin and stdout, which
      are used for sending and receiving command information to GDB.  Meanwhile, the inferior's
      TTY is redirected to the "Integrated Terminal" pane of VSC.  I didn't try to duplicate that
      because I didn't want to take the time at this time, and because after several hours of
      investigation I was unable to determine how to set the inferior's TTY to the integrated
      terminal pane.
      f696b86f
  2. Mar 18, 2021
  3. Mar 14, 2021
  4. Mar 13, 2021
  5. Mar 02, 2021
  6. Oct 14, 2020
  7. Sep 24, 2020
  8. Sep 22, 2020
  9. Aug 17, 2020
  10. Aug 15, 2020
  11. Aug 08, 2020
  12. Aug 07, 2020
  13. Aug 06, 2020
  14. Jul 29, 2020
    • Simon Sobisch's avatar
      Update README.md · 37402766
      Simon Sobisch authored
      * fixing some URLs and adding some more in (especially to the OPEN VSX Registry)
      * changed "source build" to come later
      37402766
    • Simon Sobisch's avatar
      Update README.md · f6a437ed
      Simon Sobisch authored
      * fixing some URLs and adding some more in (especially to the OPEN VSX Registry)
      * changed "source build" to come later
      f6a437ed
  15. Jul 10, 2020
  16. Jul 09, 2020
Loading