Skip to main content

patch_seq_stack_dump

Function patch_seq_stack_dump 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_stack_dump(sp: Stack) -> Stack
Expand description

Dump all values on the stack (for REPL debugging).

ยงSafety

Stack base must have been set and sp must be valid.