vscode-pythonCpp icon indicating copy to clipboard operation
vscode-pythonCpp copied to clipboard

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 Py...

Results 15 vscode-pythonCpp issues
Sort by recently updated
recently updated
newest added

Hi! I recently started seeing a warning message when using the Python C++ Debugger that says "Superuser access is required to attach to a process. Attaching as superuser can potentially...

Hi, Could I get this extension to work if say, I have cpp files which call python functions from .so files? Regards, Kevin

feature request

After debugging a python/C++ project, I created a new zsh window in vscode, and conda environment fails to activate with the following error message. ``` # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT

When a multi-folder workspace is opened, the extension errors with "Working folder not found, open a folder and try again" - despite a folder being open in the workspace.

stopping at collecting...., e.g. python -m pytest a.py, no matter a.py is even empty or not.