vscode-bash-debug icon indicating copy to clipboard operation
vscode-bash-debug copied to clipboard

Test new version with extra features

Open rogalmic opened this issue 6 years ago • 0 comments

  • ease of use: internal copy of bashdb (no need to install before first usage)
  • interactive scripting in terminal (possibility to use stdin in scripts)
  • change for windows: utilize wsl.exe instead of deprecated bash.exe
  • performance: remove polling in debugger console handling

https://github.com/rogalmic/vscode-bash-debug/releases/download/untagged-239b6677158a4c8754a9/bash-debug-0.3.1.vsix

Tests:

  • [x] Windows 64bit
  • [x] Windows Wow 32bit->64bit
  • [x] Linux 32bit
  • [x] Linux 64bit
  • [ ] MacOS some problems
  • [x] Bash 4.4
  • [x] Bash 4.3
  • [ ] Bash 3 does not work
  • [ ] Bash <4.3

rogalmic avatar Sep 18 '18 08:09 rogalmic