rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
524 stars 240 forks source link

Use extended symbolization markup on Fuchsia #559

Closed liudangyi closed 1 year ago

liudangyi commented 1 year ago

{{{reset:begin/end}}} pair will allow symbolization to be performed on the whole stack rather than invidival frames.

This has been tested manually and verified to work.