Debug Go code with Delve
/plugin marketplace add pluginagentmarketplace/custom-plugin-go/plugin install go-development-assistant@pluginagentmarketplace-go# Go Debug Command Debug Go applications using Delve debugger. ## Usage ## Modes - `run` - Debug current package - `test` - Debug tests - `attach` - Attach to process ## Common Debugging Tasks ### Start Debug Session ### Debug Tests ### Debug Specific Test ### Attach to Process ## Delve Commands ## Remote Debugging ## Related - `go-tools` skill - `go-testing` skill