Skip to content

Remote Debugging with PyCharm

  1. ensure that you have a local version of your files / project
  2. open your project in PyCharm
  3. connect to the node within PyCharm: go to Settings, click on your project folder in the left panel, click on Python interpreter, click on add interpreter, click on on SSH
  4. in the window that just popped up, enter the job details: nodename, port, username
  5. the click Next, and select SSH Key authentification: in the dropdown menu, enter the path to your private key ; then click next until the window closes
  6. click on New target: the SSH window opens
  7. specify the Sync folder: select the remote folder to wherever your project is on blissey / chansey
  8. click Create
  9. finally, go to Settings > build/execution/deployment > deployment > mapping: you may need to re-enter the path to your sync folder under Deployement path (if it's empty)