debug

Macro debug 

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