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

Configured debug type 'cppvsdbg' is installed but not supported in this environment. #21

Open soulstealer-star opened 10 months ago

soulstealer-star commented 10 months ago

Hi ,all

I followed the "Custom Configurations" in the overview page to write the launch.json file.

However, it give me such warning :"Configured debug type 'cppvsdbg' is installed but not supported in this environment."

Also when I try to debug the python file, only the breakpoint in the python code was used, the breakpoint in the c++ code never been triggered.

Anchormeow commented 10 months ago

If you are working on Linux, use cppdbg instead of cppvsdbg.