刘远航 94eefae904 vendor 4 年之前
..
Exception 94eefae904 vendor 4 年之前
FatalErrorHandler 94eefae904 vendor 4 年之前
BufferingLogger.php 94eefae904 vendor 4 年之前
CHANGELOG.md 94eefae904 vendor 4 年之前
Debug.php 94eefae904 vendor 4 年之前
DebugClassLoader.php 94eefae904 vendor 4 年之前
ErrorHandler.php 94eefae904 vendor 4 年之前
ExceptionHandler.php 94eefae904 vendor 4 年之前
LICENSE 94eefae904 vendor 4 年之前
README.md 94eefae904 vendor 4 年之前
composer.json 94eefae904 vendor 4 年之前

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