Skip to main content

do_next

Function do_next 

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

Step over the next instruction (implement stepping semantics).

Transitions the tracer into StepOver mode.

ยงErrors

Returns an error if state update fails.