Ei kuvausta

server 52763dedf1 gitignore 2 vuotta sitten
..
Exception 52763dedf1 gitignore 2 vuotta sitten
FatalErrorHandler 52763dedf1 gitignore 2 vuotta sitten
BufferingLogger.php 52763dedf1 gitignore 2 vuotta sitten
CHANGELOG.md 52763dedf1 gitignore 2 vuotta sitten
Debug.php 52763dedf1 gitignore 2 vuotta sitten
DebugClassLoader.php 52763dedf1 gitignore 2 vuotta sitten
ErrorHandler.php 52763dedf1 gitignore 2 vuotta sitten
ExceptionHandler.php 52763dedf1 gitignore 2 vuotta sitten
LICENSE 52763dedf1 gitignore 2 vuotta sitten
README.md 52763dedf1 gitignore 2 vuotta sitten
composer.json 52763dedf1 gitignore 2 vuotta sitten

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 require symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources