Enum budvm::ExecutionBehavior
source · pub enum ExecutionBehavior {
Continue,
Pause,
}Expand description
The virtual machine behavior returned from Environment::step().
Variants§
Continue
The virtual machine should continue executing.
Pause
The virtual machine should pause before the next instruction is executed.