Files
2020-12-21 11:01:29 +00:00
..
2020-12-06 10:28:55 +00:00
2020-12-06 10:28:55 +00:00
2020-12-06 10:28:55 +00:00
2020-12-21 11:01:29 +00:00
2020-12-06 10:28:55 +00:00
2020-12-06 10:28:55 +00:00
2020-12-06 10:28:55 +00:00
2020-12-06 10:28:55 +00:00
2020-12-06 10:28:55 +00:00
2020-05-10 09:29:56 +00:00
2020-05-10 09:29:56 +00:00

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