Remote debugging & stdout/stderr
Hi!
The problem is I could not get stdout/stderr streams to the local maching while using pycharm-debug.egg for remote debugging.
The settings are quite standard:
python 2.6.6
tornado web server
pydevd.settrace('localhost', port=54322, stdoutToServer=True, stderrToServer=True, suspend=False) somewhere before just all initializations.
Please sign in to leave a comment.