Debug C/C++ programs with GDB or LLDB to inspect and fix issues.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "gdb-mcp" yet — see the docs or source repo.
Use gdb-mcp to debug this C++ segmentation fault: run the program, catch the crash location, inspect the call stack, and analyze the most likely root cause.
Returns the crash location, call stack details, and an analysis of the segmentation fault cause.
Use gdb-mcp to set a breakpoint at the start of processData, step through 10 instructions, and record key variable value changes at each step.
Outputs breakpoint hits, step-by-step execution results, and the evolution of key variable values.
Use LLDB to debug this program, call validateConfig(config) at a breakpoint, inspect the return value and related object state, and determine whether the configuration is invalid.
Provides the function call result, object state inspection findings, and a judgment on the configuration issue.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Enable AI to run live GDB debugging sessions on binaries and processes.
Lets AI agents debug native programs via GDB sessions and commands.
Debug C++ programs with GDB and clangd for runtime and static issues.
Control LLDB sessions with natural language for breakpoints, stepping, and expression evaluation.
Debug Node.js programs via V8 Inspector with breakpoints and variable inspection.