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 agents debug code through VS Code in real sessions.
Debug Node.js programs via V8 Inspector with breakpoints and variable inspection.
Connect VSCode to MCP so AI can inspect code context in real time.
Connect React Native DevTools for debugging, profiling, and app inspection via MCP.
Let AI agents control the VS Code debugger across supported languages.
Debug Node.js code for AI agents with breakpoints, stepping, and variable inspection.