Go Debugger
Createdsunfmin
Enables debugging of Go programs through integration with the Model Context Protocol (MCP).
About
The Go Debugger is a tool that provides a debugging interface for Go programs, seamlessly integrating with the Model Context Protocol (MCP). It allows developers to launch and debug Go applications, attach to running processes, set breakpoints, step through code, eval variables, view stack traces, and inspect the current scope. Designed for MCP-compatible clients, it simplifies debugging workflows by enabling AI assistants to diagnose issues, inspect variables, and step through code execution.
Key Features
- Launch and debug Go applications
- Debug individual test functions
- Detailed variable inspection with configurable depth
- Attach to existing Go processes
- Native integration with Delve debugger API types
- 1 GitHub stars
Use Cases
- Troubleshooting failing tests and identifying root causes
- Debugging Go applications with AI assistance
- Inspecting variables and program state during execution