Debug Go with VIM

rajikaimal

Rajika Imal

Posted on June 15, 2020

Debug Go with VIM

VIM is a wonderful text editor. With the high configurability, it's possible to use VIM as a debugger. This post specifically focuses on Go lang debugging. To debug Go, vim-go plugin should be installed. vim-go provides many features such as go fmt on save, addition of go imports on save, go to definition, go to references and a debugger.

Install vim-go

Following video walks through vim-go debugger, specifically how to invoke the debugger, set breakpoints, and stepping to next breakpoint. ✌️

💖 💪 🙅 🚩
rajikaimal
Rajika Imal

Posted on June 15, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Debug Go with VIM
go Debug Go with VIM

June 15, 2020