What Your AI Can Do
Instead of guessing what’s wrong or adding print statements everywhere, your AI assistant can:- 🎯 Set breakpoints through natural language (“break on line 42”)
- 🔍 Inspect variables while your code runs (“show me user_input”)
- 🪜 Step through execution (“step into this function”)
- 🐛 Find bugs by actually running and examining your code
Supported Platforms
- 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
How It Works
Instead of building a new debugger, Pointbreak uses your IDE’s existing debugger. You get all your installed debug adapters, breakpoint UI, and variable inspection—but now controllable through AI.Quick Example
Next Steps
Installation
Install Pointbreak for your IDE
Getting Started
Your first debugging session
AI Assistants
Configure your AI assistant
GitHub
View on GitHub