|
3 anni fa | |
---|---|---|
.. | ||
Exception | 3 anni fa | |
FatalErrorHandler | 3 anni fa | |
BufferingLogger.php | 3 anni fa | |
CHANGELOG.md | 3 anni fa | |
Debug.php | 3 anni fa | |
DebugClassLoader.php | 3 anni fa | |
ErrorHandler.php | 3 anni fa | |
ExceptionHandler.php | 3 anni fa | |
LICENSE | 3 anni fa | |
README.md | 3 anni fa | |
composer.json | 3 anni fa |
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();