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

Method breakpoints

crates/wasmtime/src/runtime/store.rs:1194–1196  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1192 /// Return all breakpoints.
1193 #[cfg(feature = "debug")]
1194 pub fn breakpoints(&self) -> Option<impl Iterator<Item = crate::Breakpoint> + '_> {
1195 self.as_context().breakpoints()
1196 }
1197
1198 /// Indicate whether single-step mode is enabled.
1199 #[cfg(feature = "debug")]

Callers

nothing calls this directly

Calls 1

as_contextMethod · 0.45

Tested by

no test coverage detected