How do I start up remote debugging with PyCharm?

后端 未结 3 1357
暗喜
暗喜 2020-12-02 04:33

I\'m trying to get debugging up between PyCharm (on windows host) and a debian virtual host running my django application. The instructions say to install the egg, add the

3条回答
  •  失恋的感觉
    2020-12-02 04:44

    It seems that for some reason debugger couldn't connect to your windows host with PyCharm. Haven't you got any other messages in stderr? If you have not, try to run it one more time, but with sterrToServer=false. That may show real reason why it doesn't connect.

提交回复
热议问题