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.
请先登录再写评论。