This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Debug
2018-03-27 09:04:21 +02:00
..
Exception Pass on previous exception in FatalThrowableError 2018-02-28 13:02:44 -08:00
FatalErrorHandler fixed CS 2017-01-20 08:54:19 -08:00
Resources/ext PHP CS Fixer: clean up repo and adjust config 2018-01-03 18:10:15 +01:00
Tests [Debug] fix test 2018-03-19 19:37:04 +01:00
.gitignore [Debug] fixed minor bugs 2013-04-07 18:19:06 +02:00
CHANGELOG.md [Debug] Updated CHANGELOG 2015-04-03 17:33:45 +02:00
composer.json fixed Composer constraints 2017-02-18 10:28:08 -08:00
Debug.php Support phpdbg SAPI in Debug::enable() 2018-03-27 09:04:21 +02:00
DebugClassLoader.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
ErrorHandler.php [Debug] Reset previous exception handler ealier to prevent infinite loop 2018-03-19 11:28:44 +01:00
ExceptionHandler.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Debug Component

The Debug component provides tools to ease debugging PHP code.

Resources