Closed
Description
Using the following launch.json
, I'm unable to attach (to cpptools) on Mac Catalina 10.15.6.
{
"version": "0.2.0",
"configurations": [
{
"name": "(lldb) Attach",
"type": "cppdbg",
"request": "attach",
"processId": "${command:pickProcess}",
"program": "/Users/Colen/.vscode/extensions/ms-vscode.cpptools-1.0.0/bin/cpptools",
"MIMode": "lldb"
}
]
}
This results in an immediate Debugger has disconnected from the program /Users/Colen/.vscode/extensions/ms-vscode.cpptools-1.0.0/bin/cpptools
message.