Go debugging for Vim.
- Go
- Vim
- vim-go
- Delve
- On macOS, it is advised to install through brew, due to problems with certificates.
Copy all files to your ~/.vim directory or use Tim Pope's excellent pathogen plugin (http://github.com/tpope/vim-pathogen).
:call GoToggleBreakpoint() to add or remove a breakpoint at the
current line :call GoDebug() to start a debug session for the main
package
au FileType go nmap <buffer> <leader>bp <Plug>(godebug-toggle-breakpoint)
2017 - Luca Guidi - https://lucaguidi.com
