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

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

Maps instruction pointers to their breakpoint handlers.