Hacker News new | ask | show | jobs
by miahi 3755 days ago
I tried Python remote debugging from IntelliJ (14) and found that the needed debug-eggs are not included with the plugin (they are only in PyCharm kit). Not sure if it's a licensing issue or a bug - the option for Python remote debug is there, but there are no libraries.
1 comments

Sounds like the helpers installation was botched, I haven't used the Python plugin inside IntelliJ since I have access to PyCharm as well - but I know PyCharm installs a ton of helpers inside the remote ~/.pycharm_helpers directory or something similar, might want to clear them out and after you reconnect to the remote interpreter it should reinstall them.