smlxl / evm.codes

Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference
https://evm.codes/
MIT License
727 stars 135 forks source link

In Playground: Add a way to navigate backwards in the opocdes #212

Open zaryab2000 opened 1 year ago

zaryab2000 commented 1 year ago

As per the current UI, Once I start "Step Into" through the opcodes, I can only move forwards. In case I missed some detail about an opcode, I need to run it again and step into each of it again

evmCodes

Proposed solution Adding a button to navigate forward or backwards through opcodes would be super awesome in terms of UI/UX

plotchy commented 1 year ago

I agree! When deep in a trace with many breakpoints already, stepping backwards would be very helpful over re-running and attempting to find the same spot

salparadi commented 10 months ago

+1 to this, would be super helpful in testing to not have to re-run. Thanks!