I'm getting the following error when trying to run the debugger. I'm on a OS X El Capitain and here is my configuration: { "version": "0.2.0", "configurations": [ { "name": "client", "type": "cppdbg", "request": "launch", "launchOptionType": "Local", "targetArchitecture": "x64", "program": "${workspaceRoot}/examples/client/client", "args": [], "stopAtEntry": false, "cwd": "${workspaceRoot}", "environment": [], "externalConsole": false } ] }