linebender / xilem

An experimental Rust native UI framework
Apache License 2.0
3.14k stars 92 forks source link

Move another log line to reduce noise #409

Closed PoignardAzur closed 1 week ago

PoignardAzur commented 6 days ago

The main rationale is that you don't know ahead of time when you'll encounter a bug. If we get to a point where we get record-and-replay by default, we'll probably ease off on the logs a lot.

Also, my personal experience is that breakpoints don't work too well with GUI-type apps, because often the same breakpoint can be triggered hundreds of time before you reach the context you're actually interested in. You can use conditional breakpoints sometimes, but you need good visibility into what your app is doing to set useful conditions, hence logs.