Fergarrui Ethereum Graph Debugger Versions Save

Ethereum solidity graph plain debugger. To have the whole picture when debugging.

v3.6.0

4 years ago
  • UI to change Solc version
  • Added docker files to run EFG

v3.5.0

4 years ago
  • Created sepparated CFG for constructor and runtime
  • Support debugging transactions for a contract constructor

v3.4.0

4 years ago
  • Can compile, show CFG and debug contracts with ABIEncoderV2

v3.3.0

4 years ago
  • Support bigger contracts (sending code via POST body, there is still a limitation with viz.js)
  • Show compilation errors in FE

v3.2.0

5 years ago

v2.5.0

5 years ago
  • Added Storage viewer option in the contracts menu. Now storage can be retrieved from a provided address specifying start and end blocks (supports dynamic arrays & mappings)
  • Created endpoints to deploy contracts or interact with them (UI will be added in following releases)

v2.4.0

5 years ago
  • Detect and show loops in the transaction graph
  • Added legend in transaction graph
  • Show EVM state changes (in tabs) for every loop iteration (if any)

v2.3.0

5 years ago
  • Improved CFG to minimize orphan blocks
  • Improved .evm support

v3.1.0

5 years ago
  • Added a new type of supported extension: .evm to work directly with bytecode
  • Jumps to blocks with JUMPDEST inside it are now shown in CFG

v2.2.0

5 years ago
  • Added a new type of supported extension: .evm to work directly with bytecode
  • Jumps to blocks with JUMPDEST inside it are now shown in CFG