Module debug

Source

Modules§

sources 🔒

Structs§

ArtifactData
ContractSources
Container with artifacts data useful for identifying individual execution steps.
DebugStepsWalker 🔒
Walks through the [CallTraceStep]s attempting to match JUMPs to internal functions.
DebugTraceIdentifier
SourceData

Functions§

decode_from_memory 🔒
Decodes given [DynSolType] from memory.
parse_function_from_loc 🔒
Tries to parse the function name from the source code and detect the contract name which contains the given function.
parse_types 🔒
Parses function input and output types into [Parameters].
try_decode_args_from_step 🔒
Given [Parameters] and [CallTraceStep], tries to decode parameters by using stack and memory.