#512 · Primary category: AI Coding Assistants
ChatGDB
Harness the power of ChatGPT inside the GDB or LLDB debugger!
Project last updated:12/09/24
GitHub Stars
937
Forks
32
Contributors
4
License
MIT
Why we included this project
Anyone who has stared at a crash site inside GDB or LLDB knows the real bottleneck is usually recalling the right command, not understanding the bug. ChatGDB lives inside the debugger and turns plain-English requests into the matching GDB or LLDB command on the spot, so you can keep your attention on the failure instead of the manual. Once you point it at an API key, it will also explain the command it just ran, which is a decent way to absorb the syntax while you work. It supports gpt-3.5-turbo and gpt-4, accepts a custom API endpoint for self-hosted or non-official LLM gateways, and installs as a small pip package you can source from your .gdbinit. Lightweight and drop-in, it won't force you to change how you already debug.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.