Index of /contao/vendor/symfony/debug

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Exception/ 2020-11-16 15:51 -  
[DIR]FatalErrorHandler/ 2020-11-16 15:51 -  
[   ]BufferingLogger.php 2020-11-16 16:01 1.0K 
[TXT]CHANGELOG.md 2020-11-16 16:01 1.8K 
[   ]Debug.php 2020-11-16 16:01 2.0K 
[   ]DebugClassLoader.php 2020-11-16 16:01 21K 
[   ]ErrorHandler.php 2020-11-16 16:01 26K 
[   ]ExceptionHandler.php 2020-11-16 16:01 28K 
[TXT]LICENSE 2020-11-16 16:01 1.0K 
[   ]composer.json 2020-11-16 16:01 961  

Debug Component
===============

**CAUTION**: this component is deprecated since Symfony 4.4. Instead, use the
[ErrorHandler component](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/ErrorHandler).

-----

The Debug component provides tools to ease debugging PHP code.

Getting Started
---------------

```
$ composer install symfony/debug
```

```php
use Symfony\Component\Debug\Debug;

Debug::enable();
```

Resources
---------

  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
  * [Report issues](https://github.com/symfony/symfony/issues) and
    [send Pull Requests](https://github.com/symfony/symfony/pulls)
    in the [main Symfony repository](https://github.com/symfony/symfony)