.. | ||
Exception | ||
FatalErrorHandler | ||
Tests | ||
.gitattributes | ||
.gitignore | ||
BufferingLogger.php | ||
CHANGELOG.md | ||
composer.json | ||
Debug.php | ||
DebugClassLoader.php | ||
ErrorHandler.php | ||
ExceptionHandler.php | ||
LICENSE | ||
phpunit.xml.dist | ||
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();