|
3 yıl önce | |
---|---|---|
.. | ||
Exception | 3 yıl önce | |
FatalErrorHandler | 3 yıl önce | |
BufferingLogger.php | 3 yıl önce | |
CHANGELOG.md | 3 yıl önce | |
Debug.php | 3 yıl önce | |
DebugClassLoader.php | 3 yıl önce | |
ErrorHandler.php | 3 yıl önce | |
ExceptionHandler.php | 3 yıl önce | |
LICENSE | 3 yıl önce | |
README.md | 3 yıl önce | |
composer.json | 3 yıl önce |
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();