macro_rules! debug {
    ($($arg:tt)+) => { ... };
}
Expand description

Local version of debug!.