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

Targetting 1.5 #139

Closed
pkieltyka opened this issue May 27, 2015 · 3 comments
Closed

Targetting 1.5 #139

pkieltyka opened this issue May 27, 2015 · 3 comments

Comments

@pkieltyka
Copy link

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?

@derekparker
Copy link
Member

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.

@derekparker
Copy link
Member

Update on this issue, Delve support for Go1.5 is currently help up by golang/go#11887.

@derekparker
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants