bytecode-debugger
bytecode-debugger copied to clipboard
A simple EVM bytecode debugger
Great work! Would be great if the debugger supports running the bytecode against an existing evm state by either forking or specifying RPC URL to allow debugging contracts with external...
Stolen from https://github.com/holiman/goevmlab/blob/master/docs/traceview.png we could label the stack arguments for the current instruction.
Write a readme that contains - what the utility does (what problem is it solving)? - explain the arguments - explain any obvious limitations