Remote hotplug Python debugger
问题 How I can setup a hotpluggable remote debugger with Python IDE integration? For example using PyCharm. By hotpluggable I mean: can connect and disconnect from dev server on fly. I have dev server in the cloud (django, nginx, uwsgi, postgres, debian), and use PyCharm as the main IDE (but if you have solution for any other IDE, please provide it). Sometimes, I need to connect and debug scripts without stopping/restarting the dev server. Using PyCharm's debugger (pydevd), dev server cannot start