-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Targetting 1.5 #139
Comments
Thanks for checking it out! No, currently Delve does not work with the latest development branch of Go. Won't be too much work to fix the issues though, I should have full support merged in soon. |
Update on this issue, Delve support for Go1.5 is currently help up by golang/go#11887. |
Supported as of: derekparker@a506bb7 |
nclifton
pushed a commit
to nclifton/delve
that referenced
this issue
Feb 24, 2021
* fix null pointer issue * fix environment variable wrong port
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for the work on delve! Just wondering, does delve work with 1.5? After listening to Rob Pike's talk last night about Go 1.5 (video+slides: http://www.reddit.com/r/golang/comments/37fcxo/go_in_go_15/) .. it sounds like the toolchain can do a much easier job of introspecting on programs across architectures. It makes sense that a debugger would be designed for 1.5+ specifically to make use of all of this.. how does delve fit with the new Go compiler?
The text was updated successfully, but these errors were encountered: