debugging

Macro debugging 

Source
macro_rules! debugging {
    ($($arg:tt)+) => { ... };
}