Skip to main content

load_session_from_bytes

Function load_session_from_bytes 

Source
pub fn load_session_from_bytes(
    elf_bytes: Vec<u8>,
    input: Vec<u8>,
    config: SbpfVmConfig,
    elf_path: Option<PathBuf>,
    program_id: Address,
) -> DebuggerResult<DebuggerSession>