Macro develop_debug

Source
macro_rules! develop_debug {
    (output method) => { ... };
    (output global true) => { ... };
    (output global false) => { ... };
    (title $(,)? $fmt:literal $(,)? $($msg:expr),*) => { ... };
    (step $(,)? $fmt:literal $(,)? $($msg:expr),*) => { ... };
    (vars $(,)? $($arg:expr),*) => { ... };
    (done $(,)? $fmt:literal $(,)? $($msg:expr),*) => { ... };
    (error $(,)? $fmt:literal $(,)? $($msg:expr),*) => { ... };
    ($($args:tt)*) => { ... };
}
Expand description

See the manual