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
Fabien Potencier 52e9fb91ff Merge branch '4.3' into 4.4
* 4.3:
  added missing test
  [Mailer] Allow register mailer configuration in xml format
  fixed CS
  [FrameworkBundle] Fix descriptor of routes described as callable array
  [Debug][DebugClassLoader] Include found files instead of requiring them
  [HttpKernel] fix tests
  Adding missing event_dispatcher wiring for messenger.middleware.send_message
2019-07-16 08:12:37 +02:00
..
Exception Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
FatalErrorHandler [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
Tests [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
.gitignore [Debug] fixed minor bugs 2013-04-07 18:19:06 +02:00
BufferingLogger.php [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
CHANGELOG.md Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
composer.json [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
Debug.php [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
DebugClassLoader.php Merge branch '4.2' into 4.3 2019-07-12 08:54:53 +03:00
ErrorHandler.php [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
ExceptionHandler.php [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01: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