Skip to main content

load_session_from_asm

Function load_session_from_asm 

Source
pub fn load_session_from_asm(
    asm_path: &str,
    input: Vec<u8>,
    config: SbpfVmConfig,
    program_id: Address,
) -> DebuggerResult<DebuggerSession>