pub(crate) async fn handle_traces(
result: TraceResult,
config: &Config,
context: TraceContext,
contracts_bytecode: &AddressHashMap<Bytes>,
tracing: &TracingConfig,
with_local_artifacts: bool,
debug: bool,
) -> Result<()>Expand description
labels the traces, conditionally prints them or opens the debugger