Give your VS Code agent real debugging with breakpoints, stepping, and inspection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "DebugMCP" yet — see the docs or source repo.
Use DebugMCP to debug this Python function. Set a breakpoint before the exception, step through execution, and tell me which line and variable caused the error: def divide(a, b): return a / b; print(divide(10, 0))
A debugging summary identifying the failing line, relevant variable states, and a fix suggestion.
Use DebugMCP to set a breakpoint inside the for loop, inspect the value of count on each iteration, and determine why the final result is incorrect.
Outputs key variable changes for each iteration and explains the cause of the logic error.
I updated the code. Use DebugMCP to run the debugger again, inspect key variables at breakpoints, confirm whether execution matches expectations, and summarize the fix result.
Provides a post-fix debugging conclusion, including breakpoint observations, execution flow, and whether any issues remain.
Create and maintain screenshot test fixtures for UI components effectively.
Merge session branch changes back into the base branch cleanly.
Find and read Code OSS dev build logs for faster debugging.
Validate Azure DevOps pipeline changes and troubleshoot builds and YAML faster.
Generate or update chat customization files for AI coding agents.
Launch VS Code OSS in isolation for automation and multi-process debugging.
Let AI agents debug code through VS Code in real sessions.
Let AI agents inspect debug state and control VS Code debugging.
Let AI agents control the VS Code debugger across supported languages.
Connect VSCode to MCP so AI can inspect code context in real time.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Debug code across languages with breakpoints, stepping, and stack trace inspection.