vscode-python-test-adapter icon indicating copy to clipboard operation
vscode-python-test-adapter copied to clipboard

Support mixed c++ and python test debugging

Open zcsizmadia opened this issue 3 years ago • 0 comments

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.

zcsizmadia avatar Apr 12 '22 20:04 zcsizmadia