{ "configurations": [ { "name": "Launch", "type": "lldb", "request": "launch", "program": "${workspaceFolder}/bin/test", "args": ["-re", "hello, world"], "cwd": "${workspaceFolder}", "stopOnEntry": false } ] }