lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.05k stars 133 forks source link

add feature 'track-panic': When you get() a value but encounter a pan… #591

Closed jm-observer closed 1 month ago

jm-observer commented 1 month ago

add feature 'track-panic': When you get() a value but encounter a panic, You can change 'create_rw_signal' to 'create_rw_signal_with_track', rerun the program, and then identify where to dispose of this value.Especially suitable for troubleshooting complex programs.