From a23ddb62728a5daccdb386d47258e33ca112dc26 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 19 Dec 2021 11:46:30 +0400 Subject: [PATCH] stdin debug --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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