Get the Engine associated with the debuggee.
(&self)
| 301 | |
| 302 | /// Get the Engine associated with the debuggee. |
| 303 | pub fn engine(&self) -> &Engine { |
| 304 | &self.engine |
| 305 | } |
| 306 | |
| 307 | /// Get the interrupt-pending flag. Setting this to `true` causes |
| 308 | /// the next epoch yield to surface as an `Interrupted` event. |
no outgoing calls