Macro trace_macros

macro_rules! trace_macros {
    (true) => { ... };
    (false) => { ... };
}

Enables or disables tracing functionality used for debugging other macros.