Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.36 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.36 KB

EDB

Not built around 'Just a Hook'. This debugger is built directly onto a customized VM, and has all of it's tools at its disposal. We make the hooks.

This Debugger plans to be unopinionated and general. As first, however, it will mainly support the Ethereum Main chain and the Solidity/Vyper languages.

This Repository will include:

  • A General Debug Library for Debug Functions (Stepping/CallStack/etc)using sputnikvm
  • A library for sourcemappings between LLL, Solidity, Vyper

Organizations Repository will include:

  • An RPC which uses the Debug library and exposes the debug functions
  • A GDB-like CLI client
  • A VSCode Plugin

Supported Languages

  • Solidity
    • Geth/Parity/etc
    • Single File
    • imports/libraries
    • multiple file
    • automatic deployment
  • Vyper
  • Serpent
  • LLL
  • ASM

Daemon

  • Headless RPC
  • Unix Socket/IPC daemon
  • RLS (Remote Language Server)

Supported Chains

  • Ethereum Main
  • Ethereum Classic
  • Ellaism? (Research Required)
  • Ubiq? (Research Required)
  • Expanse? (Research Required)
  • Musicoin? (Research Required) these networks are listed because they are supported by sputnikvm, the VM behind EDB