Connect AI to VS Code debugger for breakpoints, stepping, and code inspection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-debug-tools" yet — see the docs or source repo.
Use mcp-debug-tools to connect to the current VS Code debug session, set a breakpoint where the exception is thrown, continue execution until it stops, and output the current call stack, local variables, and values to identify the root cause.
Returns breakpoint hit results, stack trace details, key variable states, and a diagnosis of the exception root cause.
Use mcp-debug-tools to set a breakpoint at the entry of processOrder, then step through 5 execution steps, recording the current line number, variable changes, and function calls at each step, and summarize whether the logic matches expectations.
Produces a step-by-step debugging log showing execution flow, variable changes, and a brief assessment of the function logic.
Use mcp-debug-tools to attach to the current debug process, and once paused at a breakpoint, read the values of user, config, and response, then highlight any abnormal fields that may be causing logic errors.
Outputs the current values of the target variables, a list of suspicious fields, and a brief analysis of potential issues.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Connect VSCode to MCP so AI can inspect code context in real time.
Debug Python with natural language, tests, breakpoints, and variable inspection.
Debug code across languages with breakpoints, stepping, and stack trace inspection.
Control and debug running Node.js processes through a CDP-to-DAP bridge.
Let AI agents inspect debug state and control VS Code debugging.