Remote debugging on PyCharm
问题 My source code is stored on a remote machine and I want to remotely code and debug my Python source code. How should I configure PyCharm to enable remote debugging? 回答1: For remote debug you need to copy the sources to your local machine, set up a project, configure deployment to the remote machine and add remote Python interpreter to run and debug on the remote system. It's not possible to work with the source files that are not on the machine where PyCharm is running. You can find details