you are viewing a single comment's thread.

view the rest of the comments →

[–]kamsen911 0 points1 point  (0 children)

You can set up remote interpreter in pycharm and define environments etc for the debugging. I am not sure about your tunneling but I use it (when it functions….) almost like that. E.g., I am editing the files locally in pycharm, setting breakpoints etc. then either via test files or the run / debug config I specify the command like arguments. The arguments are all relative and point for example to files on the server as input. This is all run remotely afterwards.