Skip to content

Releases: rogalmic/vscode-bash-debug

untagged-bfa1ae34ecce715715f6

24 Sep 11:56
Compare
Choose a tag to compare
chore: prepare for release

untagged-239b6677158a4c8754a9

24 Sep 12:09
Compare
Choose a tag to compare
chore(release): 0.3.1

untagged-b376f6d1e316641fe421

20 Sep 10:36
Compare
Choose a tag to compare
fix: Fix for unnecessary messages when checking breakpoint conditions

untagged-936d5942aa071909789d

19 Sep 14:26
28586a8
Compare
Choose a tag to compare
feat: Allow for conditional breakpoints

untagged-f46b892ae69aaebc553d

18 Sep 07:56
Compare
Choose a tag to compare
chore(release): 0.3.0

untagged-e27ea4ba17c429e2df6f

18 Sep 11:11
Compare
Choose a tag to compare
chore: update README

untagged-037a9ccd2eb33fbf37c2

17 Sep 13:36
Compare
Choose a tag to compare
chore: Prepare for preview release

untagged-6367b4328902ac53f463

15 Sep 16:00
Compare
Choose a tag to compare
fixes after testing bashdb changes

untagged-ddef263c423bfc3e7be7: feat(windows): Utilize wsl.exe instead of deprecated bash.exe

14 Sep 15:50
Compare
Choose a tag to compare
* 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

14 Sep 20:56
Compare
Choose a tag to compare
chore: small fixes