Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: Developer Experience documentation/support for debugging #63

Open
1 task done
mschnee opened this issue Jun 21, 2024 · 2 comments
Open
1 task done
Assignees
Labels
feature A new feature request triage Needs to be triaged

Comments

@mschnee
Copy link
Contributor

mschnee commented Jun 21, 2024

Prior Search

  • 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.

References:

@mschnee mschnee added feature A new feature request triage Needs to be triaged labels Jun 21, 2024
@fullykubed
Copy link
Member

I am happy to create some documentation but it sounds like you just need a normal container running in the pod that has the dubugging stack.

Is there something more specific you are looking for?

@mschnee
Copy link
Contributor Author

mschnee commented Jun 28, 2024

Just that! It's not super obvious to a novice like myself :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants