debug_here

Macro debug_here 

Source
macro_rules! debug_here {
    () => { ... };
    ( gdb ) => { ... };
    ( lldb ) => { ... };
}