FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Execution traces #867

Open Dentosal opened 2 weeks ago

Dentosal commented 2 weeks ago

Instead of running the interactive debugger, store full execution trace. This means storing state delta for each instruction as well.