Macro debug

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