benibenj / vscode-pythonCpp

A Visual Studio Code Debug Extension for debugging mixed Python and C++ code. The extension starts a Python debug session and attaches the C++ debugger to it. This extension is useful for debugging Python programs that call functions from shared libraries (.so/.dll).
Other
47 stars 7 forks source link

Working folder not found, open a folder and try again? #16

Closed NiKeYiGuN closed 1 year ago

benibenj commented 1 year ago

Closing as not related to the extension

lcouvreu commented 1 year ago

Hi, I have just installed vscode-pythonCpp and do get the same issue when trying mixed python-C++ debugging.

benibenj commented 1 year ago

Make sure in vscode that you have the folder open of the file you wish to debug. If this is the case and you still have a problem, please provide some mire information regarding your setup.

NiKeYiGuN commented 1 year ago

Hi, I have just installed vscode-pythonCpp and do get the same issue when trying mixed python-C++ debugging.

You may need to click on the small green triangle on the left side of run and debug instead of the button at the top

lcouvreu commented 1 year ago

Thanks for answers. Problem solved Now. I was using a *.code-workspace file to configure, use now .vscode/launch.json.