vscode-pythonCpp
vscode-pythonCpp copied to clipboard
use Python Remote Attach configuration
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