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

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