[−][src]Type Definition wasmer_runtime_core::codegen::BreakpointMap
type BreakpointMap = Arc<HashMap<usize, BreakpointHandler>>;
Maps instruction pointers to their breakpoint handlers.
type BreakpointMap = Arc<HashMap<usize, BreakpointHandler>>;
Maps instruction pointers to their breakpoint handlers.