Нет описания

server 52763dedf1 gitignore лет назад: 2
..
Exception 52763dedf1 gitignore лет назад: 2
FatalErrorHandler 52763dedf1 gitignore лет назад: 2
BufferingLogger.php 52763dedf1 gitignore лет назад: 2
CHANGELOG.md 52763dedf1 gitignore лет назад: 2
Debug.php 52763dedf1 gitignore лет назад: 2
DebugClassLoader.php 52763dedf1 gitignore лет назад: 2
ErrorHandler.php 52763dedf1 gitignore лет назад: 2
ExceptionHandler.php 52763dedf1 gitignore лет назад: 2
LICENSE 52763dedf1 gitignore лет назад: 2
README.md 52763dedf1 gitignore лет назад: 2
composer.json 52763dedf1 gitignore лет назад: 2

README.md

Debug Component

CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.


The Debug component provides tools to ease debugging PHP code.

Getting Started

$ composer require symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources