Killer Bug AI DebuggerLet your AI assistant debug your code automatically for accurate runtime context An MCP-powered debugging extension that gives VS Code Copilot, Cursor AI, Claude Desktop, ChatGPT, and other AI assistants complete control over VS Code's debugger. AI can now set breakpoints, step through code, inspect variables, and find bugs—all without you touching the keyboard. ⚡ Quick Start
That's it! Your AI debugger is ready. 🎯 What It Does🎬 Live DebuggingYour AI can:
[GIF: AI Setting Breakpoint and Stepping Through Code] 🔗 Remote Debugging
[GIF: AI Attaching to Running FastAPI Server and Inspecting Variables] 🧠 AI-Powered Bug Hunting
[GIF: AI Finding and Explaining a Bug] 📚 How It Works
The extension runs an HTTP server that implements the Model Context Protocol. Your AI connects and controls the debugger through 17 specialized tools. 🛠️ Features & ToolsSession Control
Breakpoints
Execution
Inspection
🚀 Installation & SetupMarketplace (Recommended)
Development
Configure for Your AIOne-Click Setup:
Or manual configuration for your MCP client:
💬 Usage ExamplesBasic Debugging:
Step Through Code:
Inspect State:
Remote Debugging:
Using Configurations:
🎥 Video Examples[GIF/VIDEO: Basic Debugging Workflow] AI sets breakpoint, steps through code, finds the bug [GIF/VIDEO: Remote Server Debugging] AI attaches to FastAPI, tests API endpoint, inspects response [GIF/VIDEO: Production Debugging] AI debugs containerized app using launch.json configuration 🌍 Supported LanguagesAutomatically debugs:
❓ FAQQ: Is my code safe? A: Yes. The debugger only reads variables and evaluates safe expressions. No code modification without explicit AI request. Q: Works with any AI? A: Yes! Works with VS Code Copilot, Cursor AI, Claude Desktop, ChatGPT, and any AI/LLM that supports MCP protocol. Q: What about privacy? A: The server runs locally. All debugging happens on your machine. No data sent anywhere. Q: Can I use it for production? A: Yes! Remote debugging is perfect for debugging live servers safely. 🐛 TroubleshootingExtension not starting?
AI can't connect?
Debugging tools not working?
📖 More Information📄 LicenseGPL-3.0-or-later This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See LICENSE file for details. Happy debugging! 🚀 |