bytecode-debugger icon indicating copy to clipboard operation
bytecode-debugger copied to clipboard

A simple EVM bytecode debugger

Results 3 bytecode-debugger issues
Sort by recently updated
recently updated
newest added

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