Step Instruction

stepi [count]

Execute the current line, stopping at the instruction bytecode.

With an integer argument, step bytecode instructions that many times.

Step Instruction Examples:

stepi       # step 1 event, *any* event
si 1        # same as above

Related and similar is the ``step`` command.

See also

step command. next, skip, jump (there’s no hop yet), continue, and finish provide other ways to progress execution.