Macro action_debug

Source
macro_rules! action_debug {
    ($context:expr, $($tts:tt)*) => { ... };
    ($context:expr) => { ... };
}