Location via proxy:   
[Report a bug]   [Manage cookies]                
Skip to main content
AI assistants can write code. Now they can debug it too. Give your AI assistant real debugger access to set breakpoints, step through code, and inspect variables in your IDE—all through natural language. Supported:
  • Languages: Python, JavaScript, TypeScript, Rust, Go, C, C++, and any language with Debug Adapter Protocol support
  • AI Assistants: GitHub Copilot, Cursor, Claude Code, Codex, and any MCP-compatible tool
  • IDEs: VS Code, Cursor, Windsurf, VS Codium, and VS Code-compatible editors

Installation: 1-2 Steps

Pointbreak has two pieces that work together:
  1. 🔧 IDE Extension - Connects your IDE to the debugger (always required)
  2. 🤖 MCP Server - Lets your AI control the debugger (auto-installs for some AIs)

Get Started

Why Pointbreak?

Instead of adding print statements or guessing what’s wrong, your AI assistant can:
  • Set breakpoints - “Break on line 42 in main.py”
  • Inspect variables - “Show me the value of user_input”
  • Step through code - “Step into this function”
  • Find bugs faster - Run and examine code in real-time
Pointbreak uses your IDE’s existing debugger, so you get all your installed debug adapters, breakpoint UI, and variable inspection—but now controllable through AI.