server 52763dedf1 gitignore | лет назад: 2 | |
---|---|---|
.. | ||
Exception | лет назад: 2 | |
FatalErrorHandler | лет назад: 2 | |
BufferingLogger.php | лет назад: 2 | |
CHANGELOG.md | лет назад: 2 | |
Debug.php | лет назад: 2 | |
DebugClassLoader.php | лет назад: 2 | |
ErrorHandler.php | лет назад: 2 | |
ExceptionHandler.php | лет назад: 2 | |
LICENSE | лет назад: 2 | |
README.md | лет назад: 2 | |
composer.json | лет назад: 2 |
CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.
The Debug component provides tools to ease debugging PHP code.
$ composer require symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();