Skip to main content

DebugBreakpointHandler

Type Alias DebugBreakpointHandler 

Source
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 */);