Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by sunfmin • Uncategorized
A debugger interface for Go programs integrating with the MCP protocol.
Launch and debug Go applications with breakpoints and step controls.
Attach to running Go processes and inspect variables and stack traces.
Debug individual Go test functions with custom test flags.
MCP Go Debugger provides a comprehensive debugging interface for Go applications, supporting launching, attaching, setting breakpoints, stepping through code, evaluating variables, and inspecting program state. It integrates natively with the Delve debugger API and supports debugging individual test functions with custom flags. This tool enhances debugging workflows by capturing program output and providing detailed variable inspection, making it easier to diagnose and fix issues in Go code.