[][src]Type Definition wasmer_runtime_core::codegen::BreakpointMap

type BreakpointMap = Arc<HashMap<usize, BreakpointHandler>>;

Maps instruction pointers to their breakpoint handlers.