Let AI agents inspect debug state and control VS Code debugging.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "DebugPilot" yet — see the docs or source repo.
Connect DebugPilot to the current VS Code debug session, inspect the call stack, variable values, and hit breakpoints, then help me determine why the function did not stop at the expected breakpoint and suggest next debugging steps.
An analysis of the current debug state, likely causes, and recommended breakpoint changes and troubleshooting steps.
Use DebugPilot to step through the program until the exception is thrown, track how key variables change at each step, and summarize the most likely code path causing the error.
A step-by-step execution summary, variable change log, and a likely root cause of the exception.
Analyze this module’s execution flow and use DebugPilot to automatically set breakpoints at the entry function, conditional branches, and error handling points, then explain the purpose of each breakpoint.
A list of configured breakpoint locations and an explanation of the debugging purpose for each one.
Let AI agents debug code through VS Code in real sessions.
Let AI agents control the VS Code debugger across supported languages.
Give your VS Code agent real debugging with breakpoints, stepping, and inspection.
Debug Node.js code for AI agents with breakpoints, stepping, and variable inspection.
Let AI debug Python with breakpoints, stepping, variable inspection, and evaluation.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.