Debug code across languages with breakpoints, stepping, and stack trace inspection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Debugger" yet — see the docs or source repo.
Use MCP Debugger to attach to the current Python project, set a breakpoint where the exception is raised, step through execution, inspect the call stack and local variables, and help me find the root cause with a fix suggestion.
A root-cause analysis of the exception, key variable states, relevant stack trace details, and actionable fix suggestions.
Use MCP Debugger to launch this C++ program, set breakpoints at the suspicious function entry and crash point, step through pointer values, object state, and the call stack, and determine whether there is an out-of-bounds or null pointer access.
The crash path, suspicious memory access location, debugging evidence, and recommended code changes.
Use MCP Debugger to debug this Rust service, set a breakpoint in the request handler, trace one request step by step, and show key variables, branch decisions, and function call order.
A clear execution-flow explanation including breakpoint hits, variable snapshots, and a summary of the call chain.
Debug C++ programs with GDB and clangd for runtime and static issues.
Build, integrate, and debug MCP clients and related tooling.
Interactively debug code in many languages through MCP and VS Code.
Enable AI to run live GDB debugging sessions on binaries and processes.
Control and debug running Node.js processes through a CDP-to-DAP bridge.
Debug Electron apps via MCP with process control and deep inspection.