breakmancer 0.6.0

Drop a breakpoint into any shell.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Exposes breakmancer as a library for the purpose of integration
//! testing.
//!
//! This API is UNSTABLE.

pub mod breakpoint;
pub mod controller;
mod debug_utils;
pub mod protocol;
pub mod sigint;
mod test_utils;
mod util;