GitHub - greymattergames/unbug: A crate to programmatically invoke debugging breakpoints with helping macros
Unbug
A crate to programmatically invoke debugging breakpoints with helping macros.
These macros are designed to help developers catch errors during debugging sessions that would otherwise be a panic (which may not be desirable in certain contexts) or simply a log message (which may go unnoticed).
This crate's internals are disabled by default, there are shims provided so breakpoints will not be compiled outside of a debugging context. This means that the macros in this crate can be used freely ...
Read more at github.com