mirror of
https://github.com/Combodo/iTop.git
synced 2026-06-18 05:46:35 +02:00
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();