Skip to main content

run_with_state

Function run_with_state 

Source
pub fn run_with_state(state: State, logger: Box<dyn Log>) -> Result<(), Report>
Expand description

Launch the TUI debugger with a pre-built State.

This is the programmatic entry point used by transaction debugging, where the caller constructs a State with pre-recorded event replay data.