Releases: rogalmic/vscode-bash-debug
Releases · rogalmic/vscode-bash-debug
untagged-bfa1ae34ecce715715f6
chore: prepare for release
untagged-239b6677158a4c8754a9
chore(release): 0.3.1
untagged-b376f6d1e316641fe421
fix: Fix for unnecessary messages when checking breakpoint conditions
untagged-936d5942aa071909789d
feat: Allow for conditional breakpoints
untagged-f46b892ae69aaebc553d
chore(release): 0.3.0
untagged-e27ea4ba17c429e2df6f
chore: update README
untagged-037a9ccd2eb33fbf37c2
chore: Prepare for preview release
untagged-6367b4328902ac53f463
fixes after testing bashdb changes
untagged-ddef263c423bfc3e7be7: feat(windows): Utilize wsl.exe instead of deprecated bash.exe
* feature: Allow usage without installing bashdb * further changes to enable debugging without installing bashdb * some things discovered by shellcheck extension * some readme update * fix for 'examine' and result with multiple spaces * changes related to proper set * fix examine functionality * create GPL licensed folder in source * merge to newest bashdb (master) * print some non-changing variables only at startup (improve performance) * - switch windows to use "bash" instead of full bash exe path - better immidiate window functionality - handle chmod error * prepare for merge * interactive scripting - separate input stream * some fixes related to breakpoint setting * fix from bashdb unit tests * fix for examine - multiple spaces in strings * show command executable location * proper debug console colors * use integrated terminal * remove polling (performance) * Remove deprecated bash exe in windows * fix for pause and stopping * fix for termination
untagged-6e5b657f6c981df690c5
chore: small fixes