mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01: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();