rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

Support RUST_BACKTRACE=full

Open eholk opened this issue 3 years ago • 1 comments

It's awesome that the playground supports backtraces! It would be nice if in addition to short backtraces (RUST_BACKTRACE=1), it also supported RUST_BACKTRACE=full.

I came across this when I was trying to compare the difference between full and short backtraces, and noticed that only short ones seem to be supported.

Apologies if both are actually support and I just didn't find the option!

eholk avatar Nov 02 '21 23:11 eholk