Nav apraksta

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

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