This TypeScript-based server provides a comprehensive interface for the Delve debugger, enabling developers to debug, trace, and analyze Go programs effectively. It supports a wide range of Delve commands and capabilities, including debugging, attaching to processes, examining core dumps, replaying executions with rr, and more. The server allows developers to manage breakpoints with conditions, control execution flow, inspect variables, and select debug backends, all accessible through MCP tools.
Key Features
01List and access debug sessions via delve:// URIs
02Provides breakpoint management with conditions
03Supports debug commands (debug, attach, exec, test)
04Enables core dump analysis
0511 GitHub stars
06Allows replay debugging with rr