illscience

CLI debugger that lets coding agents inspect live Python runtime state, with optional MCP integration.

13
0
100% credibility
Found May 09, 2026 at 13 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

Vibe Debug is a debugger interface and server enabling AI coding agents to inspect and debug Python programs interactively using breakpoints, variable inspection, and expression evaluation.

How It Works

1
🐛 Find a bug in your code

Your Python program isn't working right, and your AI coding helper needs a closer look to figure out why.

2
💡 Discover the debugging tool

You learn about a handy tool that lets your AI pause and peek inside running code, just like a detective.

3
🛠️ Add it to your AI helper

With a simple setup, connect the tool so your AI can use it anytime there's a tricky bug.

4
🔍 Run the code under the microscope

Your AI starts the program, stops it at the key spot, and reveals the real values inside.

5
📊 See the hidden details

Check the exact numbers and states right where the problem happens, making everything clear.

AI nails the fix

Now with real inside info, your AI explains the bug perfectly and gives you the right solution.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 13 to 13 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is vibe-debug?

vibe-debug is a CLI debugger python tool that lets AI coding agents like Claude Code or Codex inspect live Python runtime state, just like a human would. Run `npx github:illscience/vibe-debug debug-python script.py --break file:13 --eval "expr" --json` to launch scripts, hit breakpoints, dump locals, and evaluate expressions in machine-readable output. It bridges to language debuggers via Debug Adapter Protocol with debugpy backend, plus optional MCP server for agent tool calls.

Why is it gaining traction?

Unlike basic print-debugging or static analysis, vibe-debug gives agents concrete runtime evidence—locals, stack frames, steps—turning guesses into facts for faster bug fixes. The npx GitHub install works on linux cli debugger setups, ubuntu, windows, or github actions, with auto-generated skills that teach agents when to use it. JSON output and doctor checks make it agent-friendly without setup hassle.

Who should use this?

Python devs pairing with Codex or Claude Code on reproducible bugs in scripts, tests, or apps. Agent workflow builders wanting cli github copilot integration for vibe coding debugging reddit threads. Teams in github repo environments needing quick runtime probes without full IDEs.

Verdict

Alpha with 13 stars and 1.0% credibility score—light tests, Python-only—but solid docs and runtime_proof script show it works. Try the demo-project for agent debugging; skip if you need rust cli debugger or production stability yet.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.