Skip to content

Ethereum-graph-debugger 1.0.1

Choose a tag to compare

@fergarrui fergarrui released this 10 Jun 23:12
· 91 commits to master since this release
  • Added program arguments (now specifying arguments is required)
    • Existing arguments (-f, -n, t)
    • D3 total memory (-m)
    • Exclude non trace opcode blocks from the graph (-o)
  • Added edges to bytecode chunks with dynamic jumps that appear in the debug trace
  • In the graph, the granularity of execution was set to opcode level instead of bytecode block level
  • Fixed graph when using -o CLI argument and jumps a position in a chunk that is not the first instruction