D
D
Dmitry Veshnyakov2020-03-12 07:52:17
Python
Dmitry Veshnyakov, 2020-03-12 07:52:17

How to debug Python over ssh on a remote machine (in Linux) from Visual Studio?

There is a project (projects) already uploaded to Linux, to the "working machine". You need to connect there. Just don't connect there. There is a possibility on ssh.
Is there such connectivity in Visual Studio?
The projects are different: Tornado, Django, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iddqda, 2020-03-12
@iddqda

the simplest thing is if you are connecting from Linux (or a poppy) and there are X and vscode on that server,
then just use the -X parameter (ssh -X [email protected]) when connecting and then run vscode from the console debug to your health.
but just do vscode can work via ssh out of the box
https://code.visualstudio.com/docs/remote/ssh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question