X: https://twitter.com/typecraft_dev
In this episode of neovim for newbs, we are going over probably the hardest thing to configure in neovim -- debuggers. Debugging is still not supported in neovim by default, but with some configuration we can get things going using Debug Adapters and the Debug Adapter Protocol!
OUR CONFIG (from this series): https://github.com/cpow/neovim-for-newbs
github links:
https://github.com/mfussenegger/nvim-dap
https://github.com/rcarriga/nvim-dap-ui
https://github.com/leoluz/nvim-dap-go
chapters:
0:00 - intro
0:53 - what is DAP
2:45 - how to give neovim DAP functionality
5:31 - sign up for a channel membership!
6:21 - the ui for our debugger
8:50 - debugging in GO
11:50 - success! we are debugging a go program