Skip to main content

RustDebugHook

Type Alias RustDebugHook 

Source
pub type RustDebugHook = fn(&mut Vm, RustHookEvent);
Expand description

Rust-side debug hook callback (B11). Receives the Vm plus a classified event. The callback runs synchronously in the dispatcher; the hook flag (in_hook) is set for its duration so hook recursion is suppressed.