/**
  * Clear the state of the debugger
  *
  * @return void
  */
 public static function clearState()
 {
     self::$renderedObjects = array();
     self::$ignoredClassesRegex = '';
 }
 /**
  * Clear the state of the debugger
  *
  * @return void
  */
 public static function clearState()
 {
     self::$renderedObjects = array();
 }