Skip to content

Releases: rogalmic/vscode-bash-debug

v0.0.7-alpha.7: Merge pull request #28 from rogalmic/experimentalWin10support

25 Feb 10:20
Compare
Choose a tag to compare
  • fix redundant watch value data, explain watch expressions (#26)
  • fix manual extering of script to run (BashOnWindows case)

Bugfix release

25 Feb 08:03
Compare
Choose a tag to compare
  • fix for watch feature (#26)
  • bashdb installation explained (#18)
  • fix for script selection quickpick list on Windows 10

v0.0.5-alpha.5: Merge pull request #24 from rogalmic/experimentalWin10support

21 Jan 15:42
Compare
Choose a tag to compare
  • windows 10 experimental support (verified on insider build 15014)

v0.0.4-alpha.4: Merge pull request #21 from rogalmic/feature/experimentalPauseSupport

17 Jan 21:48
Compare
Choose a tag to compare

Bugfix release

14 Jan 14:31
Compare
Choose a tag to compare
  • remove usage of mktemp (#19)
  • partial pause support (not finalized yet)
  • preparations for Windows 10 support (once fixes are made in BashOnWindows)

Bugfix release

06 Nov 21:26
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • fixed broken initial configurations (for VS Code 1.7.1)
  • using single bash process instance as backend
  • dropping "tree-kill" usage (using unix pkill directly)

To install, download from extensions or run:

code --install-extension bash-debug-0.0.2.vsix

Initial release

05 Nov 13:01
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Limitations and usage explained in README.md.

To install the debugger, either download from VS Code extensions or run:
code --install-extension bash-debug-0.0.1.vsix