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
49 stars 7 forks source link

Use this extension in a test context ? #23

Open fsteinmetz opened 1 year ago

fsteinmetz commented 1 year ago

Many thanks for this great extension ! I could use it for debugging current file, but I wonder if is it possible to use it for debugging tests ? I have used "purpose": ["debug-test", "debug-in-terminal"] but it does not seem to have an effect.

sb-oth commented 1 month ago

I have the same problem. No solution so far.