vscode-pythonCpp icon indicating copy to clipboard operation
vscode-pythonCpp copied to clipboard

use Python Remote Attach configuration

Open dnik2000 opened this issue 2 years ago • 0 comments

Is there a way to use extension with Python Remote Attach configuration? I want to run python -m debugpy --listen 5678 --wait-for-client mypythonapp.py on local machine, than attach to python debugger from VSCode. Debugpy accepts connection and stops now. Looks like GDB pauses python after connection, but VSCode lost control on GDB

dnik2000 avatar Dec 06 '23 17:12 dnik2000