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

Add support for Go for skaffold debug #2174

Closed
briandealwis opened this issue May 25, 2019 · 2 comments
Closed

Add support for Go for skaffold debug #2174

briandealwis opened this issue May 25, 2019 · 2 comments
Labels
area/debug !! blocked !! this issue/PR is blocked by another issue kind/feature-request priority/p1 High impact feature/bug.

Comments

@briandealwis
Copy link
Member

Add support for debugging Go applications. This language runtime requires additional debugging support files that will be installed via the "duct-tape" image defined by the container-debug-support project.

The Go debugging support currently installs Delve, but this currently does not include a debug adapter. We may need to install additional support packages for VS Code and IntelliJ.

@briandealwis
Copy link
Member Author

Pending release of Delve 1.3.0 (go-delve/delve#1631), which is blocked on Go 1.13 RC1.

@tejal29 tejal29 added the priority/p2 May take a couple of releases label Aug 21, 2019
@briandealwis briandealwis added priority/p1 High impact feature/bug. and removed priority/p2 May take a couple of releases labels Aug 21, 2019
@briandealwis
Copy link
Member Author

Fixed by #2306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/debug !! blocked !! this issue/PR is blocked by another issue kind/feature-request priority/p1 High impact feature/bug.
Projects
None yet
Development

No branches or pull requests

2 participants