0

I would use the remote debugging on Pycharm 2.5. I can debug the main process but is it possible debug also the subprocess? In the local debug there is the option "Attach to subprocess automatically while debugging". Isn't there for remote debug? Thanks.

1
  • 1
    Do you use Remote Debug run configuration or remote interpreter? Commented Aug 30, 2012 at 12:59

1 Answer 1

2

Multiprocess debug isn't supported for Remote Debug in PyCharm. I've created an issue for that.

But to debug multiple processes running remotely you can use Remote Interpreters. For remote run they provide the same debugging abilities as if it is local.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.