compiler_test_utils

Function exec_with_dump

Source
pub fn exec_with_dump<T>(env: &mut SloshVm, input: T) -> Value
where T: AsRef<str> + 'static,
Expand description

Same as exec() but dump the registers and disassembled bytecode after executing. Only use this when debugging a test, otherwise use exec().