pub type DebugFiles = BTreeMap<(PathBuf, Option<String>), DebugFile>;
pub struct DebugFiles { /* private fields */ }