- 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:- 🔧 IDE Extension - Connects your IDE to the debugger (always required)
- 🤖 MCP Server - Lets your AI control the debugger (auto-installs for some AIs)
Quick Setup
GitHub Copilot or Cursor:Just install the extension—you’re done in 1 step!MCP server auto-registers.
Full Setup
Claude Code, Codex, Windsurf, Goose:Install extension + CLI—2 quick steps.Manual MCP configuration required.
Get Started
Quick Start
Complete your first AI debugging session in 5 minutes
Installation Details
Detailed installation guide for all platforms
Learn More
Understand how Pointbreak works
GitHub
View source code and contribute
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