(&'a mut self, registry: &'a mut ModuleRegistry)
| 1003 | |
| 1004 | impl BreakpointState { |
| 1005 | pub(crate) fn edit<'a>(&'a mut self, registry: &'a mut ModuleRegistry) -> BreakpointEdit<'a> { |
| 1006 | BreakpointEdit { |
| 1007 | state: self, |
| 1008 | registry, |
| 1009 | dirty_modules: BTreeSet::new(), |
| 1010 | } |
| 1011 | } |
| 1012 | |
| 1013 | pub(crate) fn breakpoints<'a>( |
| 1014 | &'a self, |