Debugging Extensions in Remote (Tunnels/SSH) #2282
Unanswered
cheetah-darst
asked this question in
Extension Development QnA
Replies: 1 comment
-
Hi @cheetah-darst, have you seen the docs about debugging extensions in a remote environment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am working on a plugin that will be used primarily when connected to a Remote Host. My team uses the Remote - SSH plugin to connect to our development server. I am running into some issues that I am only able to reproduce on the remote connection and I am unable to get the Debugging process to run correctly when trying to connect remotely.
My process is:
And then my debugging session is just sitting there and no longer provides
Has anyone else experienced this?
I imagine I just need to update my launch.json file to have the vscode instance that the debugger opens be a remote session, but I a not sure how to accomplish that.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions