macro_rules! console_debug {
    ($($t:tt)*) => { ... };
}