Sorry if this question has been asked but is there anything similar to Rust's dbg!() macro? ([https://github.com/rust-lang/rfcs/blob/master/text/2361-dbg-macro.md](https://github.com/rust-lang/rfcs/blob/master/text/2361-dbg-macro.md))
It basically lets you print debugging information in non-release builds.
