Open lhk opened 6 years ago
Bashdb is integrated in extensions folder.
Please uninstall the marketplace version ad try installing manually ("Install from VSIX") version: https://github.com/rogalmic/vscode-bash-debug/releases/tag/untagged-75ab034169eb5c9d1464
Try different terminalKinds in launch.json (integrated, external, debugConsole), also try changing your default console shell for project:
{
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "${file}",
"showDebugOutput": true,
"terminalKind": "integrated"
},
In any case, please provide output from debug console and terminal (if applicable).
EDIT: Just to be clear, bashdb does not need to be installed in system anymore...
Executables
Version of bash-debug: 0.3.2
Version of Code: 1.28.2 7f3ce96ff4729c91352ae6def877e59c561f4850 x64
Executing the second command: