MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / edit_breakpoints

Method edit_breakpoints

crates/wasmtime/src/runtime/debug.rs:51–53  ·  view source on GitHub ↗

Start an edit session to update breakpoints.

(&'a mut self)

Source from the content-addressed store, hash-verified

49
50 /// Start an edit session to update breakpoints.
51 pub fn edit_breakpoints<'a>(&'a mut self) -> Option<BreakpointEdit<'a>> {
52 self.as_store_opaque().edit_breakpoints()
53 }
54
55 /// Get a vector of all Instances held in the Store, for debug
56 /// purposes.

Callers 12

breakpoint_eventsFunction · 0.80
basic_debuggerFunction · 0.80
early_finishFunction · 0.80
drop_debuggee_and_storeFunction · 0.80
single_stepMethod · 0.80
continue_Method · 0.80
module_add_breakpointMethod · 0.80

Calls 5

as_store_opaqueMethod · 0.80
editMethod · 0.80
tunablesMethod · 0.45
engineMethod · 0.45

Tested by

no test coverage detected