Debugger Cli
Description
Debugger CLI for AI agents — run, control, and inspect binaries programmatically with structured output for LLM tooling
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
debugger-cli
**A command-line debugger built for LLM coding agents**
[](https://crates.io/crates/debugger-cli) [](LICENSE) [](https://www.rust-lang.org/)
`debugger-cli` is a cross-platform debugging tool that enables LLM coding agents (and humans!) to debug executables using the [Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol/). It provides a simple, scriptable CLI interface that maintains persistent debug sessions across multiple command invocations.
Why This Exists
LLM agents need to debug programs interactively, but CLI commands are ephemeral. Traditional debuggers require an interactive session that's incompatible with agent workflows. This tool solves that by:
- Maintaining persistent sessions: A background daemon keeps the debug session alive between commands
- Buffering events: Output, breakpoint hits, and stop events are captured even when no client is connected
- Providing a unified interface: Works with any DAP adapter (lldb-dap, CodeLLDB, debugpy, Delve, etc.)
- Being LLM-friendly: Clear, parseable output optimized for agent consumption
Features
- Multi-language support: Debug C, C++, Rust, Python, Go, and more
- Zero-friction setup:
debugger setup lldbinstalls everything you need - Full breakpoint control: Line, function, and conditional breakpoints
- Rich inspection: Variables, expressions, stack traces, and source context
- Thread management: List, switch, and navigate threads and stack frames
- Structured output: JSON-friendly for agent consumption
- Cross-platform: Linux, macOS, and Windows support
Quick Start
Installation
# Install from crates.io
cargo install debugger-cli
# Install a debug adapter (e.g., lldb for C/C++/Rust)
debugger setup
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI