pub fn do_next(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Step over the next instruction (implement stepping semantics).
Transitions the tracer into StepOver mode.
StepOver
Returns an error if state update fails.