Open
Description
Abstract
EthDebug Format for debugging EVM contracts has been partially defined and is currently compatible for emulating Source Map support level.
Implement EthDebug Format output for "Source Map Equivalence"
Motivation
Motivation behind this feature is moving to a more upgradeable debug format that will in the future expand to include additional data for debugging.
Specification
- Define and implement a new compiler flag for EthDebug Format debug data
- Implement output for the EthDebug format data
- Output format specified by: EthDebug Format "Solidity Source Map" equivalent support possible ethdebug/format#139
Backwards Compatibility
No backwards compatibility issues, this only adds new output. Eventually removal of Source Maps can be considered, but it is too early for that.
Metadata
Metadata
Assignees
Type
Projects
Status
To do