ethereum/evmlab

Implement source-mapping

holiman opened this issue · 0 comments

See http://solidity.readthedocs.io/en/develop/miscellaneous.html#source-mappings

It would be neat if the retromix/opviewer could be initialized with a sourcecode directory, and fed an AST file from Solidity, and then

  • Display a window with the source code
  • Dynamically follow along to show where in the source we're currently at
  • Set breakpoints in the source-code
  • Annotate the trace-view with source-code (line number and first 20 characters or so)