Skip to content

Predictive Debugger for Zed

io.github.speedosdk/predictive-debugger

Predicts where JavaScript and TypeScript code will fail at runtime, for coding agents.

client:Zed transport:stdio runtime:npm

Install Predictive Debugger in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "predictive-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "predictive-debugger"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Predictive Debugger in other clients