0

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?

Hans
  • 1,269
  • 3
  • 19
  • 38

1 Answers1

0

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

Bowman Zhu-MSFT
  • 4,776
  • 1
  • 9
  • 10
  • Really appreciate for the information, especially the GitHub site. Let me look into it. – Hans Jul 20 '23 at 19:32