541 B
541 B
Debug Component
The Debug component provides tools to ease debugging PHP code.
Getting Started
$ composer install symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();