@ -8,7 +8,8 @@
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "${file}"
"program": "${file}",
"terminalKind": "integrated" //mandatory for debugging with stdin!
}
]