step_dbg

Macro step_dbg 

Source
macro_rules! step_dbg {
    (bg=$bg:expr, fg=$fg:expr, length=$length:expr, $($arg:expr),* $(,)?) => { ... };
    (bg=$bg:expr, fg=$fg:expr, $($arg:expr),* $(,)?) => { ... };
    (fg=$fg:expr, $($arg:expr),* $(,)?) => { ... };
    ($($arg:expr),* $(,)?) => { ... };
    () => { ... };
}
Expand description

colorfully steps through code debugging given expressions