-
|
Beta Was this translation helpful? Give feedback.
Answered by
int19h
Apr 3, 2023
Replies: 1 comment
-
It does, but you won't be able to use the launch (F5) workflow. You'll need to attach the client to your process using attach-to-PID or attach-to-port. If you have control over the Python code that runs in your host process and can import debugpy and use its API there to set up the debug server, attach-to-port will generally work more reliably: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zeroxer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does, but you won't be able to use the launch (F5) workflow. You'll need to attach the client to your process using attach-to-PID or attach-to-port. If you have control over the Python code that runs in your host process and can import debugpy and use its API there to set up the debug server, attach-to-port will generally work more reliably:
https://code.visualstudio.com/docs/python/debugging#_debugging-by-attaching-over-a-network-connection