Can I send locally stored python code to be run/debugged in a remote machine?

56 Views Asked by At

I would like to ask if it exists any possibility to send locally stored Python code (being edited, for instance, in Visual Studio Code) to be run or debugged in a remote computer, without the necessity of having the code itself or the repository copied in the external computer. In other words, I would like to do everything vscode can do in my laptop except for debugging, which I would like to be done in an external and more powerful machine.

Thanks in advance for your answers.

Right now, I have tried to setup an external SSH session in VScode, but this only allows me to edit code stored in the remote computer. My intention is to store my code locally and use a remote interpreter/debugger, such as debugpy being run in the remote machine.

0

There are 0 best solutions below