Module backtrace
Expand description
Solidity stack trace support for test failures.
Structsยง
- Backtrace
- A Solidity stack trace for a test failure.
- Backtrace
Builder - Holds a reference to [
ProjectCompileOutput
] to fetch artifacts and sources for backtrace generation. - PcSource
Mapper - Maps program counters to source locations.
- Source
Data - Source data for a single contract.