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

if this can support pytest? #20

Closed LoadLife closed 10 months ago

LoadLife commented 10 months ago

i have a pytest module to debug with cpp, i don't find a way to do this

LoadLife commented 10 months ago

sorry, i have found the ways of resolution, only specify the "module" pytest in launch.json