pub fn parse_input(input: &str) -> DebuggerResult<(Vec<u8>, Address)>
Parse input JSON into serialized VM input bytes and program_id. Returns empty input bytes and random program_id if input is empty.