pub type Breakpoints = HashMap<PathBuf, Vec<Breakpoint>>;
pub struct Breakpoints { /* private fields */ }