Debugging Go in Vim
utterances-bot opened this issue · 2 comments
Debugging Go in Vim
Learn how to setup makeprg for Go. Debugging Vim with Go. How to setup make for Go development, make command in vim/neovim. Setting Vim for Golang. Vim makeprg for Go
Good article covering usage of neovim for Go development. However, I think the title is a bit misleading as it does not cover Debugging at all. Debugging would mean being able to set breakpoint, run to breakpoint, step-in, stop-over, watch variable. Also, typically one would expect to be able to jump between declaration, reference of symbols. This article would be so much better if you update with such information when you get the opportunity.
Good article covering usage of neovim for Go development. However, I think the title is a bit misleading as it does not cover Debugging at all. Debugging would mean being able to set breakpoint, run to breakpoint, step-in, stop-over, watch variable. Also, typically one would expect to be able to jump between declaration, reference of symbols. This article would be so much better if you update with such information when you get the opportunity.
Thanks a lot for the feedback, apologies I should have been more clear about this in the post
I would see what can I do