Macro debug

Source
macro_rules! debug {
    ($fmt:literal $(, $fmt_arg:expr)*) => { ... };
}