Macro debug

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