diff --git a/.vscode/launch.json b/.vscode/launch.json index 744b214..601b59a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,8 @@ "type": "bashdb", "request": "launch", "name": "Bash-Debug (simplest configuration)", - "program": "${file}" + "program": "${file}", + "terminalKind": "integrated" //mandatory for debugging with stdin! } ] } \ No newline at end of file