plasma-umass/ChatDBG
ChatDBG - AI-assisted debugging. Uses AI to answer 'why' observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 93
- Release rhythm 31
- Longevity 90
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 157.0
- age_days: 1263
- days_rel: 301
- days_push: 44
- n_releases_24m: 3
Adoption not part of the score
1118 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ChatDBG is an AI-assisted debugging tool that integrates large language models into standard debuggers (pdb, lldb, gdb) for C/C++/Python/Rust code. It lets developers ask open-ended questions like 'why is x null?' and automatically steers the debugger to perform root cause analysis and suggest fixes.
Use cases
- debug a python crash by asking why it happened
- find root cause of a segfault in c++ code
- get suggested fixes for null pointer errors
- ask open-ended questions inside pdb or lldb
- diagnose stack overflow errors with AI help
When to choose
- you use pdb, lldb, or gdb and want AI-assisted root cause analysis
- you debug C/C++/Python/Rust and want conversational 'why' questions answered
- you have an OpenAI API account and want automated error diagnoses
When to avoid
- you need offline debugging without an LLM API dependency
- you use debuggers other than pdb, lldb, or gdb
- you cannot send code context to a third-party AI service
Facets
cli-tool · maturity active
developer-tools cli llm-inference developer-tools large-language-models cli python cross-platform windows debugger pdb lldb gdb ai-assistant root-cause-analysis c cpp rust debugging macos linux
2 sources
- readme: https://github.com/plasma-umass/ChatDBG · fetched 2026-08-28 · 6190bb61aef4
- registry_pypi: https://pypi.org/pypi/chatdbg/json · fetched 2026-08-29 · 31cecf8679d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| plasma-umass/ChatDBG | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="plasma-umass/ChatDBG")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem