主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Eccodolf
活动总数
6
最后的活动
2024年12月03日 00:09
成员加入日期
2024年10月31日 01:51
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年12月03日 00:09
Another update. Seems like pydevd_pycharm doesn't work with production-grade servers like apache2. I tried to debug with nginx - same thing. Not sure about gunicorn.Launching with manage.py runserv...
社区
PyCharm
PyCharm remote-debugger is connected but stuck
0 票
创建于
2024年11月28日 09:09
Some update. **masked my local ipIn wsgi.py:import pydevd_pycharmpydevd_pycharm.settrace("**.**.**.**", port=5678, stdoutToServer=True, stderrToServer=True, patch_multiprocessing=True, suspend=True...
社区
PyCharm
PyCharm remote-debugger is connected but stuck
0 票
创建于
2024年11月26日 13:37
Mine is 2024.1.3 (241.17890.14)
社区
PyCharm
PyCharm remote-debugger is connected but stuck
0 票
创建于
2024年11月06日 00:38
1. Versions match. 2. Wrote whole Django web-app3. Done4. DoneAnd no proxies/vpns OFC. It's restricted environment behing firewall. Only allowed mutual connections between working machine and remot...
社区
PyCharm
PyCharm remote-debugger is connected but stuck
0 票
创建于
2024年10月31日 01:51
Same problem. PyCharm 241.17890.14 on windows (same egg installed into remote ubuntu)Developing Django app behind Apache2Put settrace in wsgi.py with port 5678Console shows that remote process is c...
社区
PyCharm
PyCharm remote-debugger is connected but stuck
0 票