Releases: rogalmic/vscode-bash-debug
Releases · rogalmic/vscode-bash-debug
v0.0.7-alpha.7: Merge pull request #28 from rogalmic/experimentalWin10support
- fix redundant watch value data, explain watch expressions (#26)
- fix manual extering of script to run (BashOnWindows case)
Bugfix release
v0.0.5-alpha.5: Merge pull request #24 from rogalmic/experimentalWin10support
- windows 10 experimental support (verified on insider build 15014)
v0.0.4-alpha.4: Merge pull request #21 from rogalmic/feature/experimentalPauseSupport
- fix for larger scripts (#22)
Bugfix release
- remove usage of mktemp (#19)
- partial pause support (not finalized yet)
- preparations for Windows 10 support (once fixes are made in BashOnWindows)
Bugfix 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
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