Remote Debugging: how to load interactive session
This is my first time using Pycharm Professional with SSH. I am testing few things before committing to the professional version. One thing I need to do is debug while running on a remote cluster, which I can do now thanks to the tutorials here. But I neeed to load an interactive session and debug from pycharm. I can load an interactive session from SSH terminal on pycharm using (swrun -p gpux1) and start a run but I cannot debug. How can I debug while starting run from terminal? I cant find a way to incorporate the request for an interative session (swrun -p gpux1) in the Edit configurations tab. Any suggestions?
Please sign in to leave a comment.
Have you considered using the Remote Debug Server configuration for that? https://www.jetbrains.com/help/pycharm/remote-debugging-with-product.html#remote-debug-config