Macro cretonne_codegen::dbg [] [src]

macro_rules! dbg {
    ($($arg:tt)+) => { ... };
}

Write a line to the debug trace file if tracing is enabled.

Arguments are the same as for printf!.