Hangs when trying to debug with remote interpreter via ssh
I try to run and debug a very simple python script with remote python interpreter. It runs but when I debug, it hangs. Can't tell what's going on and I imagined I could try to forward a port or something but the port down there "41149" is also generated at random. Any thoughts?
ssh://root@localhost:5022/usr/bin/python -u /root/.pycharm_helpers/pydev/pydevd.py --multiproc --client '0.0.0.0' --port 41149 --file /opt/sightmachine/ma/ma/test.py
warning: Debugger speedups using cython not found. Run '"/usr/bin/python" "/root/.pycharm_helpers/pydev/setup_cython.py" build_ext --inplace' to build.
PYDEVD_FILTER_LIBRARIES False
Started in multiproc mode
('Connecting to ', '0.0.0.0', ':', '41149')
('Connected.',)
debugger: received >><<
Received port 41149
pydev debugger: process 595 is connecting
('Connecting to ', '0.0.0.0', ':', '41149')
('Connected.',)
debugger: received >><<
Please sign in to leave a comment.
Okay, so I also have a virtual machine which has the same directory mounted. It works in that virtual machine and the only difference is that it's Ubuntu 16.04 and not Mac OS X 10.12.5 (where the error occurs) so I guess this is a mac problem =(
Thank you for the update. I've created an issue about the problem in Pycharm issue tracker, please follow https://youtrack.jetbrains.com/issue/PY-25154 for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.