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