pub fn do_step(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Step a single instruction (single-step execution).
Returns an error if state update fails.