• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/config.php
  • Класс: BitrixTimemanMonitorConfig
  • Вызов: Config::enableDebugForAll
static function enableDebugForAll(): void
{
	if (!self::isAvailable())
	{
		return;
	}

	self::setMonitorDebugEnableOption(1);
	self::sendChangeMonitorDebugEnabledEventForAll(true);
}