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.
Use a real Python debugger to inspect code, find bugs, and verify fixes.
Debug code across languages with breakpoints, stepping, and stack trace inspection.
Interactively debug code in many languages through MCP and VS Code.
Connect Chrome DevTools to help AI agents debug and inspect web pages.
Control and debug running Node.js processes through a CDP-to-DAP bridge.
Control and inspect live Chrome for automation, debugging, and performance analysis.