vscode-bash-debug
vscode-bash-debug copied to clipboard
Bash shell debugger extension for VSCode (based on bashdb)
## Executables Version of bash-debug: 0.3.8 Output of following commands (on windows, execute them in Command Prompt or PowerShell): ``` ann@Ubuntu2004:~/work/setup/can$ code --version 1.45.1 5763d909d5f12fe19f215cbfdd29a91c0fa9208a x64 ann@Ubuntu2004:~/work/setup/can$ bash -c 'uname...
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...
error `Unable to determine workspace folder.` when configuration is in user setting, not launch.json
My debug configuration is in setting.json, not launch.json. When I started debug, bash-debug says "Unable to determine workspace folder." ## Executables Version of bash-debug: 0.3.6 ``` /usr/local/bin/bash /bin/bash 1.41.1 26076a4de974ead31f97692a0d32f90d735645c0...
Hi, I try to change of user inside a script but somehow I am losing the debugging. I guess I am switching of context or something. Is there a way...
Hi, First thank you for your awesome plugin 👋 I would like to know if it is possible to debug in several files. For instance, I manage perfectly to debug...
When debugging bash scripts, we currently have that `$0` evaluates to `usr/bin/bashdb`. In order to solve this, what about using the `--debugger` option of bash? See the *Description* section of...
This proposal is to create a `Bash debug terminal` for this extension, similar to `node-terminal`, the _Javascript Debug Terminal_ in the following screenshot. More info about the `node-terminal` debug type...
Thank you for being part of the Open VSX community by adding your extensions to the Open VSX Registry. Please note that the service was recently transferred to the Eclipse...
When debugging I am getting results with multiline. When I add these varaibles to my watch I only get the first line but nothing more. Couuld you please provide a...
## Executables Version of bash-debug: 0.3.7 Output of following commands: ``` ❯ which bash /bin/bash ❯ code --version 1.44.2 ff915844119ce9485abfe8aa9076ec76b5300ddd x64 ❯ bash -c 'uname -a; for P in bash...