null Core_Controller_OpenDebugger::action_default( )
public function action_default() { if (IS_DEBUG) { $this->nodebug(); } else { $this->debug(); } }