Macro debug

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