Index of /lpage-fluessiggas/vendor/symfony/debug

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]composer.json 2023-04-17 22:03 846  
[TXT]LICENSE 2023-04-17 22:03 1.0K 
[DIR]FatalErrorHandler/ 2023-04-17 22:03 -  
[   ]ExceptionHandler.php 2023-04-17 22:03 28K 
[DIR]Exception/ 2023-04-17 22:03 -  
[   ]ErrorHandler.php 2023-04-17 22:03 26K 
[   ]DebugClassLoader.php 2023-04-17 22:03 21K 
[   ]Debug.php 2023-04-17 22:03 2.0K 
[TXT]CHANGELOG.md 2023-04-17 22:03 1.8K 
[   ]BufferingLogger.php 2023-04-17 22:03 1.0K 

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 require 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)