pub const HOOK_MASK_CALL: u32 = 1;Expand description
Mask flags for Vm::set_rust_debug_hook. OR these to subscribe
to multiple event categories with a single hook installation.
pub const HOOK_MASK_CALL: u32 = 1;Mask flags for Vm::set_rust_debug_hook. OR these to subscribe
to multiple event categories with a single hook installation.