wesmiler 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
..
Exception 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
FatalErrorHandler 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
BufferingLogger.php 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
CHANGELOG.md 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
Debug.php 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
DebugClassLoader.php 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
ErrorHandler.php 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
ExceptionHandler.php 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
LICENSE 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
README.md 41b6d2f447 We smiler 代码部署提交 il y a 5 ans
composer.json 41b6d2f447 We smiler 代码部署提交 il y a 5 ans

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