Macro debug

Source
macro_rules! debug {
    ($($input:tt)+) => { ... };
}