//! 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.
pubmodcli;pubmodcommands;pubmodcommon;pubmoddaemon;pubmoddap;pubmodipc;pubmodsetup;pubmodtesting;// Re-export commonly used types for tests
pubusecommon::{Error,Result};pubuseipc::protocol::{BreakpointLocation, Command};