Macro xdebug

Source
macro_rules! xdebug {
    ($k:expr, #$tag:expr, $($args:tt)*) => { ... };
    ($k:expr, $($args:tt)*) => { ... };
}