Skip to content

Unable to start debugging. Program path '...' is missing or invalid. #93

@moisesguimaraes

Description

@moisesguimaraes

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
}
]
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions