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

cppyy or swig support #15

Closed NiKeYiGuN closed 1 year ago

NiKeYiGuN commented 1 year ago

Does this support debugging CPP code for cppyy or swig conversion?

NiKeYiGuN commented 1 year ago

it works with cppyy,I close this issue