Trying this on a Mac --- I just get the warning, Unable to determine workspace folder
I've tried various options, args, etc
{
"folders": [],
"launch": {
"version": "0.2.0",
"configurations": [
{
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"cwd": "${workspaceRoot}",
"program": "${file}",
"showDebugOutput": true,
"terminalKind": "integrated"
}
]
}
}