Issue with pycharm remote debug (“/: Event not found.” )
已回答
When I use pycharm with remote debug through ssh, many times its stops working, and displays "/: Event not found"
The only way to workaround the issue is by saving the settings when everything is ok, and when things break, import the settings. However it happens too frequent and very disturbing.
Any way to solve this?
Here is the console output after setting PYCHARM_DEBUG=True
ssh://yuvval@localhost:2213/home/gamir/yuval/anaconda2/envs/tf_011b/bin/python -u /specific/a/home/cc/cs/yuvval/.pycharm_helpers/pydev/pydevd.py --multiproc --qt-support --client '0.0.0.0' --port 45923 --file /home/gamir/yuval/remote_py/nlteach/show_attend_and_tell/train.py
/: Event not found.
请先登录再写评论。
It's really strange behaviour, we don't have such error messages in debugger. Please, try to remove the folder .pycharm_helpers from the remote machine and configure your Remote Interpreter again. Does it help?
No, removing .pycharm_helpers doesn't help. Only thing that works is saving the settings when everything is ok, and when things break, import the settings.
Same problem here.
Did you face this problem when running your script with the same interpreter but without debugger?
Yes. When the problem occurs it affects remote interpreter with and without debugger in pretty much the same way.