pub fn execute_iter<A>(
    program: &Program,
    stack_inputs: StackInputs,
    advice_provider: A
) -> VmStateIterator where
    A: AdviceProvider,
Expand description

Returns an iterator which allows callers to step through the execution and inspect VM state at each execution step.