Can't set breakpoints on remote file
I have created a remote SSH configuration with a remote SSH interpreter. I'm exclusively working remotely, all my files are on a remote server. However, I can't seem to be setting breakpoints on my remote python files. What am I doing wrong? Thanks for the help
Please sign in to leave a comment.
Hello,
There are 2 approaches to perform remote debugging https://www.jetbrains.com/help/pycharm/remote-debugging-with-product.html , and both require a local copy of the file. The deployment configuration is being created automatically, when the ssh interpreter is added. (File | Settings | Build, Execution, Deployment | Deployment )
Should you have additional questions please let me know.