You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash -c 'uname -a; for P in bash bashdb cat mkfifo pkill; do echo ---; which -a $P; command $P --version; done'
Linux gram 6.3.1-060301-generic #202304302031 SMP PREEMPT_DYNAMIC Mon May 1 00:41:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux`
---
/usr/bin/bash
/bin/bash
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
---
bash: line 1: bashdb: command not found
---
/usr/bin/cat
/bin/cat
cat (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Torbjorn Granlund and Richard M. Stallman.
---
/usr/bin/mkfifo
/bin/mkfifo
mkfifo (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie.
---
/usr/bin/pkill
/bin/pkill
pkill from procps-ng 3.3.17
Debug output
stty: standard input: Inappropriate ioctl for device
stty: standard input: Inappropriate ioctl for device
/home/user/vscode-oss/extensions/rogalmic.bash-debug-0.3.9-universal/bashdb_dir/command/source.sh: line 41: /dev/stdin: No such device or address
I created a launch.json, pasted the code. When I press the start debug button. I get these errors in the console. I have tried debugging several scripts, I always get these errors. Am I missing something?
I am on ubunu jammy and running VSCodium version 1.82.0 release 23250:
Executables
Version of bash-debug: v0.39
which bash
/usr/bin/bash
bash -c 'uname -a; for P in bash bashdb cat mkfifo pkill; do echo ---; which -a $P; command $P --version; done'
Debug output
Details
New user here, I have been looking for a way to debug bash scripts for a long time. I have installed the plugin and followed the first gif posted here: https://open-vsx.org/extension/rogalmic/bash-debug. I also read the guide here: https://code.visualstudio.com/docs/editor/debugging.
I created a launch.json, pasted the code. When I press the start debug button. I get these errors in the console. I have tried debugging several scripts, I always get these errors. Am I missing something?
I am on ubunu jammy and running VSCodium version 1.82.0 release 23250:
Thank you for this plugin! Hopefully I can get it working.
The text was updated successfully, but these errors were encountered: