Browse Source

stdin debug

master
pvincent 2 years ago
parent
commit
a23ddb6272
  1. 3
      .vscode/launch.json

3
.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!
}
]
}
Loading…
Cancel
Save