Sen descrición

server 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
..
Exception 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
FatalErrorHandler 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
BufferingLogger.php 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
CHANGELOG.md 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
Debug.php 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
DebugClassLoader.php 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
ErrorHandler.php 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
ExceptionHandler.php 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
LICENSE 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
README.md 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos
composer.json 52763dedf1 gitignore %!s(int64=2) %!d(string=hai) anos

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