-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Debugging Go does not work #252
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
Comments
Will fix ASAP! |
This seems similar to #210 - at least from my experience in attempting Go debugging. |
I have the same problem while trying to debug an application in .NET Core 2.1 inside a container |
Any update on how this can be fixed ? |
Will be fixed within a few hours. |
Fixed with the latest release 1.32.0-310! |
That's great, will try asap |
Yup that's correct. I'm updating the image on docker hub right now. |
I appreciate the quick work on this. Sorry for my delay. The environment that I am working on has a kernel that is too old to support Ubuntu 18, so I had to fork this repo and back port to Ubuntu 16. I'll try to merge these changes soon and let you know if it fixed it for me. |
code-server
version:Description
Cannot debug Go. It stays in a loop for a while, cannot find any log failures.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: