DebugMind — VS Code Extension
AI-powered root cause analysis inside VS Code. Select an error → get the fix.
Features
- Select error in editor → Right click → "DebugMind: Analyze"
- Keyboard shortcut:
Ctrl+Shift+D (Mac: Cmd+Shift+D)
- Status bar button → Click to analyze clipboard
- Full analysis: Root cause, hypotheses, fix plan, causal chain
- Follow-up chat inside the panel
Setup
1. Install Extension
Install from .vsix file:
code --install-extension debugmind-1.0.0.vsix
2. Set Backend URL
Ctrl+Shift+P → "DebugMind: Set Backend URL" → Enter your Render URL:
https://debugmind-kj6e.onrender.com
Or set in VS Code settings:
{
"debugmind.backendUrl": "https://debugmind-kj6e.onrender.com"
}
Usage
Method 1 — Select in Editor
- Select error text in any file
Ctrl+Shift+D or Right click → "DebugMind: Analyze Selected Error"
Method 2 — From Terminal
- Copy error from terminal (
Ctrl+C)
- Click
$(bug) DebugMind in status bar
- Or
Ctrl+Shift+P → "DebugMind: Analyze Error from Clipboard"
Method 3 — Manual Paste
Ctrl+Shift+P → "DebugMind: Open Panel"
- Paste error manually
- Click "Analyze Bug"
Build from Source
npm install -g @vscode/vsce
cd debugmind-vscode
vsce package
code --install-extension debugmind-1.0.0.vsix
| |