We're slowly approaching an eventual 1.0 release, and the scope of the project keeps getting bigger with each new feature and optimisation. However, this means that debugging using only dbg! and a debugger will get harder as the time passes.
With that said, I think it's time to add something like tracing to the repo, possibly using compile time filters to disable the tracing in release mode.
We're slowly approaching an eventual 1.0 release, and the scope of the project keeps getting bigger with each new feature and optimisation. However, this means that debugging using only
dbg!and a debugger will get harder as the time passes.With that said, I think it's time to add something like
tracingto the repo, possibly using compile time filters to disable the tracing in release mode.