Module backtrace

Module backtrace 

Source
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.
BacktraceBuilder
Holds a reference to [ProjectCompileOutput] to fetch artifacts and sources for backtrace generation.
BacktraceFrame ๐Ÿ”’
A single frame in a backtrace.
LinkedLib ๐Ÿ”’
Linked library information for backtrace resolution.
PcSourceMapper
Maps program counters to source locations.
SourceData
Source data for a single contract.