Debugging Extensions in Remote (Tunnels/SSH) #2282
-
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 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.
Replies: 1 comment 1 reply
-
Hi @cheetah-darst, have you seen the docs about debugging extensions in a remote environment? |
Beta Was this translation helpful? Give feedback.
Hi @cheetah-darst, have you seen the docs about debugging extensions in a remote environment?