Skip to main content

Crate debugger

Crate debugger 

Source
Expand description

LLM Debugger CLI - A debugger interface for LLM coding agents

This library provides debugging capabilities through the Debug Adapter Protocol (DAP), optimized for LLM agents.

Re-exports§

pub use common::Error;
pub use common::Result;
pub use ipc::protocol::BreakpointLocation;
pub use ipc::protocol::Command;

Modules§

cli
CLI command handling
commands
CLI command definitions
common
Common utilities shared between CLI and daemon modes
daemon
Daemon mode - background process managing DAP adapter
dap
Debug Adapter Protocol (DAP) implementation
ipc
IPC communication between CLI and daemon
setup
Debug adapter setup and installation
testing
E2E Test Runner