Skip to content
VS Code

aidb for VS Code

io.github.ai-debugger-inc/aidb

Debug any supported language with breakpoints, variable/state inspection, and stepping.

client:VS Code transport:stdio runtime:pypi

Install aidb in VS Code

.vscode/mcp.json

{
  "servers": {
    "aidb": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-debugger-inc"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aidb in other clients