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

Immediate version of debug!.