/**
  * Show debugging information for LVS
  * @return bool
  */
 public function debugStatus()
 {
     if (!F::app()->wg->LVSDebugStatusEnabled) {
         $this->displayRestrictionError();
         return false;
     }
     $helper = new LicensedVideoSwapHelper();
     $info = $helper->getVideoDebugInfo();
     $this->debugInfo = $info;
 }