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 AI agents across languages with breakpoints, containers, and session recovery.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Launch, attach, and inspect programs through one unified debugging tool.
Debug Node.js programs via V8 Inspector with breakpoints and variable inspection.
Debug C++ programs with GDB and clangd for runtime and static issues.
Let AI agents debug code through VS Code in real sessions.