Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
- What version of Delve are you using (
dlv version)?
- What version of Go are you using? (
go version)?
- What operating system and processor architecture are you using?
- What did you do?
- What did you expect to see?
- What did you see instead?
Thanks for this great debugger, I use a lot in my golang projects. And I wonder whether it's possible to release precompiled binary? Because recently I try to debug the compiled binary in my vm that wasn't installed golang before.
And I had to install golang, then install delve.
Thanks!
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
dlv version)?go version)?Thanks for this great debugger, I use a lot in my golang projects. And I wonder whether it's possible to release precompiled binary? Because recently I try to debug the compiled binary in my vm that wasn't installed golang before.
And I had to install golang, then install delve.
Thanks!