Skip to main content

do_step

Function do_step 

Source
pub fn do_step(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Expand description

Step a single instruction (single-step execution).

ยงErrors

Returns an error if state update fails.