racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
447 stars 94 forks source link

backtrace: fix empty backtrace on subsequent activation #462

Closed sorawee closed 3 years ago

sorawee commented 3 years ago

Backtrace display mutates viewable stacks. Therefore, we should copy them first so that subsequent activations still produce correct result.

Fixes #461

rfindler commented 3 years ago

Thanks!