macro_rules! debug { ($string:expr) => { ... }; ($format_string:expr, $($arg:tt)*) => { ... }; }
Debug print, with a newline.