Received "/: Event Not Found." When Using Pycharm Remote Dubugger
When I use PyCharm with remote debug through ssh to a tcsh shell server, many times its stops working, and displays '/: Event not found' More specifically, I encounter the followin
Solution 1:
I'm having similar issue.
I have fixed this by removing remote_source
file from ~/Library/Caches/PyCharm20017.3
directory.
Please note that I'm using macOS.
Solution 2:
I had the same issue and received an answer from JetBrains. It was caused by PyCharm not supporting csh, and the temporary solution is to use bash until PyCharm supports csh. After changing login shell to bash in Linux, the remote debugger started working.
Post a Comment for "Received "/: Event Not Found." When Using Pycharm Remote Dubugger"