vscode-bash-debug icon indicating copy to clipboard operation
vscode-bash-debug copied to clipboard

Bash shell debugger extension for VSCode (based on bashdb)

Results 70 vscode-bash-debug issues
Sort by recently updated
recently updated
newest added

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

This means debugging a bash file that sources another bash file is not currently possible it seams. In addition to the details for issue, please provide us *Executables* information and...

## Executables Version of bash-debug: 0.3.9 Output of following commands (on windows, execute them in Command Prompt or PowerShell): where bash ``` C:\Windows\System32\bash.exe C:\Program Files\Git\usr\bin\bash.exe ``` code --version ``` 1.73.0...

In addition to the details for issue, please provide us *Executables* information and *Debug output* unless you have confidence that they don't help us. ## Executables Version of bash-debug: (can...

In addition to the details for issue, please provide us *Executables* information and *Debug output* unless you have confidence that they don't help us. ## Executables Version of bash-debug: (can...

Is there a way to setup the extension to attach to the bash script before it executes rather than launch the bash script?