Search code examples
visual-studio-codevisual-studio-debuggingvscode-debugger

Debugger for Python C++ combo for Visual Studio Code


In Visual Studio Code, is there a debugger that works with both Python and C++ codes where the former calls the latter? I have been using the "Python C++ Debugger" until it stopped working about a week ago after an VS Code update. Are there alternatives?


Solution

  • If the previous VSCode version works and only the latest version encountered this issue, why not roll back to the old version?

    Please go to this website:

    https://code.visualstudio.com/updates/v1_80

    I don't know the specific OS type on your side, but if it is windows, follow the below:

    enter image description here

    You can download whatever version of VSCode you want.

    By the way, for the report place of the extension you mentioned, you can go to this place:

    https://github.com/benibenj/vscode-pythonCpp/issues