I\'m trying to get debugging up between PyCharm (on windows host) and a debian virtual host running my django application. The instructions say to install the egg, add the
It is just a note , actually , but contains some info that may save hours.
pip install pydevd
worked for me on both ubuntu and centos 6ssh -R 8081:localhost:8081 user@remote-server.com
this allows remote code to connect to your machine listening on localhost:8081