GDB Debugging Server
Exposes GDB debugging capabilities via the MCP protocol for remote application debugging.
概要
This tool provides a GDB/MI protocol server built upon the MCP protocol, enabling remote debugging of applications. It facilitates the creation and management of GDB debug sessions, allowing users to set and manage breakpoints, inspect stack information and variables, and control program execution. With support for concurrent multi-session debugging, it offers a robust solution for complex debugging scenarios.
主な機能
- Create and manage GDB debug sessions
- Control program execution (run, pause, step, etc.)
- Set and manage breakpoints
- Support concurrent multi-session debugging
- View stack information and variables
- 5 GitHub stars
ユースケース
- Remote application debugging
- Concurrent debugging of multiple sessions
- Integration with MCP-based development environments