kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

Support mixed c++ and python test debugging #282

Open zcsizmadia opened 2 years ago

zcsizmadia commented 2 years ago

Is it possible to add support for https://github.com/benibenj/vscode-pythonCpp? That is used to automatically attach the gdb process to the python process. As of now I have to start debugging the unit test and attach the gdb to the python process running the tests.