connnecting to host every time and takes too long time
I'm using pycharm pro and running/debugging my remote code. But I've found that every time I click "run" or "debug" pycharm will take almost 10s to connect to my remote server (Including "Checking remote helper", "Connecting to ip" and "Waiting to connect"). Is it the problem of pycharm or my remote server? And how should I optimize it ? Thanks in advance.
Please sign in to leave a comment.
Normally, it shouldn't take that long on the PyCharm side so I would assume it's on your remote host side.
You can check the PyCharm log (Help | Show Log in...) and your server ssh logs to find which operation is taking most of the time.
You can also extend PyCharm's logging by adding the following lines (including #) to
to Help | Diagnostic Tools | Debug Log Settings…
#com.intellij.ssh
#com.jetbrains.plugins.webDeployment