Module backtrace

Module backtrace 

Expand description

Solidity stack trace support for test failures.

Structsยง

Backtrace
A Solidity stack trace for a test failure.
BacktraceBuilder
Holds a reference to [ProjectCompileOutput] to fetch artifacts and sources for backtrace generation.
PcSourceMapper
Maps program counters to source locations.
SourceData
Source data for a single contract.