You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already searched this project's issues to determine if a similar request has already been made.
What new functionality would you like to see?
While NodeJS projects use the V8 debugger, which can simply listen to a port and that port can be forwarded, other technologies like Go, Rust, Dotnet, and C++ require more support to be able to debug an application running remotely. Visual Studio Code supports remote development over SSH. It would be fantastic to see documentation or examples supporting this workflow.
How would you use this new functionality?
I have a dotnet container running through tilt that I want to debug, but dotnet requires a debugging application stack and I am learning how to build an appropriate sidecar to support remote ssh development.
Prior Search
What new functionality would you like to see?
While NodeJS projects use the V8 debugger, which can simply listen to a port and that port can be forwarded, other technologies like Go, Rust, Dotnet, and C++ require more support to be able to debug an application running remotely. Visual Studio Code supports remote development over SSH. It would be fantastic to see documentation or examples supporting this workflow.
How would you use this new functionality?
I have a dotnet container running through tilt that I want to debug, but dotnet requires a debugging application stack and I am learning how to build an appropriate sidecar to support remote ssh development.
References:
The text was updated successfully, but these errors were encountered: