刘远航 94eefae904 vendor 4 роки тому
..
Exception 94eefae904 vendor 4 роки тому
FatalErrorHandler 94eefae904 vendor 4 роки тому
BufferingLogger.php 94eefae904 vendor 4 роки тому
CHANGELOG.md 94eefae904 vendor 4 роки тому
Debug.php 94eefae904 vendor 4 роки тому
DebugClassLoader.php 94eefae904 vendor 4 роки тому
ErrorHandler.php 94eefae904 vendor 4 роки тому
ExceptionHandler.php 94eefae904 vendor 4 роки тому
LICENSE 94eefae904 vendor 4 роки тому
README.md 94eefae904 vendor 4 роки тому
composer.json 94eefae904 vendor 4 роки тому

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 install symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources