Can PyCharm Debugger, attaching to a local process, track subprocesses?

已回答

I know that the debugger, when run from withing PyCharm, is capable of also attaching and tracking to subprocesses, and that breakpoints work well there.

However, it doesn't seem to be able to also attach to and process subprocesses spawned by the `subprocess.call` command, when attaching the debugger to Python code being run outside of PyCharm.  Is this by-design, or an issue on my end?

0
正式评论

Hi Thomas!
Yes, it's a known problem, you can follow it in our issue tracker: https://youtrack.jetbrains.com/issue/PY-22623

请先登录再写评论。