Macro debug

Source
macro_rules! debug {
    ($($msg:tt)+) => { ... };
}
Expand description

DEBUG macro which uses traceln!

Prints with the following format: file!:line! - DEBUG: [Message]