Expand description
Solidity stack trace support for test failures.
Modulesยง
- source_
map ๐ - Source map decoding and PC mapping utilities.
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. - Backtrace
Frame ๐ - A single frame in a backtrace.
- Linked
Lib ๐ - Linked library information for backtrace resolution.
- PcSource
Mapper - Maps program counters to source locations.
- Source
Data - Source data for a single contract.