debugger-cli 0.1.3

LLM-friendly debugger CLI using the Debug Adapter Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Debug adapter installers
//!
//! Individual installers for each supported debug adapter.

pub mod codelldb;
pub mod cuda_gdb;
pub mod debugpy;
pub mod delve;
pub mod gdb_common;
pub mod gdb;
pub mod js_debug;
pub mod lldb;