dbg-cli 0.3.3

A universal debugger CLI that lets AI agents observe runtime state instead of guessing from source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Integration tests for gdbg commands against realistic GPU profiling sessions.
//!
//! Split into sub-modules by concern: fixtures (session builders),
//! smoke (no-panic command tests), invariants (cross-command numerical
//! consistency), and parsers (parser-level and edge-case tests).

mod fixtures;
mod invariants;
mod parsers;
mod regressions;
mod smoke;