pub const CAPTURE_BACKTRACE: &str = "SHUTTLE_CAPTURE_BACKTRACE";Expand description
If this environment variable is set, then Shuttle will capture the backtrace of each task and display the backtraces in the panic message. Capturing backtraces is quite expensive, so this should only be set when debugging a failing test.