A bash debugger GUI frontend based on awesome bashdb
scripts (bashdb now included in package).
This is a SIMPLE bashdb debugger frontend. Useful for learning bash shell usage and writing simple scripts.
Useful hint: shellcheck extension does a great job with finding common script errors before debugging.
See https://code.visualstudio.com/docs/editor/debugging for general usage.
launch.json
For Windows users:
pathBash
refers to BASH binary path in WSL filesystem, not path to wsl.exe
/bash.exe
For macOS users:
/usr/local/bin/pkill
.bash
version 4.*
and set pathBash
properlybash
version 4.0
or latercat
, mkfifo
, rm
, pkill
terminalKind
@launch.json
set to integrated
or external
for interactive scripts (using stdin)$0
variable shows path to bashdbbash
versions ( 4.0
- 4.2
) are not tested, but might work™BASH_REMATCH
gets overwritten when stepping through code