Is it possible to start remote debugging from the remote server?
Example: I have a django manage command I want to debug in my pycharm and running the manage command from pycharm doesn't do it in debugging.
Or is it possible to debug manage.py commands from pycharm remotely?