Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 554 Bytes

Pretty backtraces for rust

Cargo Build Status

pretty_backtrace::setup();
panic!("Bomb!");

Pretty backtraces are normally only enabled when RUST_BACKTRACE=pretty to prevent breaking tools which parse printed backtraces. If you want to always enable pretty backtraces use force_setup.

screenshot