vscode on mac unable to debug using "run and debug" #10318
Unanswered
mpankaj-code
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set up the launch.json using: {
"type": "lldb",
"request": "launch",
"name": "Terminal Debug",
"program": "${workspaceFolder}/${fileBasenameNoExtension}",
"args": [],
"cwd": "${workspaceFolder}"
},
but when I launch the debugger it says "unable to find executable for '/Users/..."->Open "launch.json"
This was working fine till a few days back. tries reinstalling the C/C++ extensions as well as CodeRunner but no success
Beta Was this translation helpful? Give feedback.
All reactions