vscode-python-test-adapter
vscode-python-test-adapter copied to clipboard
Support mixed c++ and python test debugging
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.