Start an edit session to update breakpoints.
(&'a mut self)
| 49 | |
| 50 | /// Start an edit session to update breakpoints. |
| 51 | pub fn edit_breakpoints<'a>(&'a mut self) -> Option<BreakpointEdit<'a>> { |
| 52 | self.as_store_opaque().edit_breakpoints() |
| 53 | } |
| 54 | |
| 55 | /// Get a vector of all Instances held in the Store, for debug |
| 56 | /// purposes. |
no test coverage detected