VisionDebug 🐞AI-powered Python debugger for Visual Studio Code using a local AI model via Ollama. VisionDebug analyzes Python code, detects errors automatically, explains them in plain English, and suggests fixes directly inside your editor. All processing runs fully locally on your machine. ✨ Features🔍 Automatic Bug Detection Detects runtime, syntax, and logic errors in Python code. ⚙️ Function-Level Testing Tests each function independently to uncover hidden bugs — even ones that don't crash the full program. 🤖 AI Explanations Uses the DeepSeek Coder model to explain issues clearly and suggest fixes. ⚡ AI Fix Suggestions Generates improved versions of your code with suggested fixes applied. 📁 Project-Wide Scanning Analyze every Python file in your workspace. 🔒 Runs Fully Local No cloud APIs. No API keys. Your code never leaves your machine. 🧠 Architecture
Built with
📦 Installation1️⃣ Install OllamaDownload and install Ollama from: https://ollama.com 2️⃣ Download the AI Model
3️⃣ Install PythonDownload from: https://www.python.org/downloads
4️⃣ Install VisionDebug ServerDownload and run 5️⃣ Install the VS Code ExtensionOption A — Marketplace (Recommended)
Option B — Manual (.VSIX)
🚀 Running VisionDebugDouble-click
🧪 How to Use
⚙️ Extension CommandsOpen the Command Palette with
🛠 Requirements
🔒 PrivacyVisionDebug runs completely locally.
📄 LicenseMIT License |