Macro debug

Source
macro_rules! debug {
    ($string:expr) => { ... };
    ($format_string:expr, $($arg:tt)*) => { ... };
}
Expand description

Debug print, with a newline.