pub type DebugBreakpointHandler = Box<dyn FnMut(&mut Interpreter)>;Expand description
Callback invoked when a breakpoint is hit (can show REPL, inspect state)
Aliased Typeยง
pub struct DebugBreakpointHandler(/* private fields */);pub type DebugBreakpointHandler = Box<dyn FnMut(&mut Interpreter)>;Callback invoked when a breakpoint is hit (can show REPL, inspect state)
pub struct DebugBreakpointHandler(/* private fields */);