AI Debug BridgeLet your AI agent debug running code—not just read it. AI Debug Bridge connects AI coding agents to the debuggers already installed in VS Code. Your agent can launch an application, set breakpoints, inspect live variables, step through execution, evaluate expressions, and read runtime logs while investigating a bug. Get started
Ask naturally—for example:
Or:
Keep the project and its VS Code window open while the agent works. Results are also available in the AI Debug Bridge output channel. Debug with runtime evidenceStatic code analysis can suggest what might be wrong. AI Debug Bridge helps an agent observe what is actually happening:
The bridge is language-agnostic and works through VS Code's standard debugger interface. Use it with Node.js, Python, Go, Java, .NET, C/C++, browser debugging, and other languages supported by an installed VS Code debug adapter. Works with your AI coding workflow
Make AI Debug Bridge the preferred launcherAdd the following instruction to your project's agent guidance, such as
This helps your agent choose debugger-aware launches automatically instead of starting services without runtime inspection access. Built for local developmentAI Debug Bridge routes each request to the correct open workspace, including when you have multiple VS Code windows. Communication stays on the local machine, uses authenticated loopback connections, and is limited to trusted workspaces. Your installed debug adapter remains in control of language-specific behavior. The bridge uses standard Debug Adapter Protocol operations rather than replacing your existing debugger setup. Learn moreSee the technical guide for manual MCP setup, the complete operation reference, extension APIs, configuration examples, logging behavior, security details, limitations, and contributor instructions. Found a bug or have an idea? Open an issue. License |