setup go debugger using delve and air
Guide on using delve as a debugger for Go programming. Configure air for hot reloading and set up debugging in VSCode and Neovim.
22 Feb 2024
2 min read
2 posts tagged with "go/air"
Guide on using delve as a debugger for Go programming. Configure air for hot reloading and set up debugging in VSCode and Neovim.
Change some configurations in `.air.toml` to get air to work with templ, including adding templ generate, excluding templ generated files, and watching files with .templ extension.