server 52763dedf1 gitignore | il y a 2 ans | |
---|---|---|
.. | ||
Exception | il y a 2 ans | |
FatalErrorHandler | il y a 2 ans | |
BufferingLogger.php | il y a 2 ans | |
CHANGELOG.md | il y a 2 ans | |
Debug.php | il y a 2 ans | |
DebugClassLoader.php | il y a 2 ans | |
ErrorHandler.php | il y a 2 ans | |
ExceptionHandler.php | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
composer.json | il y a 2 ans |
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();