-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiprocess debugging support? #314
Comments
I'm pretty sure that multi-process support isn't in ptvsd, but @DonJayamanne might know better than I do. |
Unfortunately no, multi process debugging is currently not supported. |
Thanks for the answer @DonJayamanne , will switch to multithreading for debug purposes. |
Upstream issue microsoft/ptvsd#57 |
Will this issue also cover Python multiprocessing's Pool().map? |
@gandalfsaxe you will have to ask on the upstream issue. |
Closing in favor of #80 |
Environment data
VS Code version: 1.18.1
Python Extension version: 0.8.0
Python Version: 3.6.3
OS and version: Microsoft Windows [Version 10.0.16299.64]
Actual behavior
Debugger is working only in main process.
Expected behavior
Debugger would stop on breakpoints in child processes.
Steps to reproduce:
A.py
B.py
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: