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/Bundle/DebugBundle
Grégoire Pineau d80589c2d4 [Debug] Swap dumper services at bootstrap
This commit fix a bug when using debug function too soon.
For example, if you call dump function during kernel::boot() the
dump output will be sent to stderr, even in a web context.

With this patch, the data collector is used by default, so the
dump output is send to the WDT. In a CLI context, if dump is used
too soon, the datacollector will buffer it, and release it at the
end of the script. So in this case everything will be visible by the
end used.
2016-08-17 13:57:44 +02:00
..
DependencyInjection Do not use HttpKernel Extension when not needed for 2.7 2015-12-26 18:53:53 +01:00
Resources [Debug] Swap dumper services at bootstrap 2016-08-17 13:57:44 +02:00
Tests/DependencyInjection fixes CS 2015-08-24 09:13:45 +02:00
.gitignore [DebugBundle] global dump() function for daily use 2014-09-23 16:25:57 +02:00
composer.json added the new Composer exclude-from-classmap option 2015-10-30 13:13:17 -07:00
DebugBundle.php [Debug] Swap dumper services at bootstrap 2016-08-17 13:57:44 +02:00
LICENSE [#17634] move DebugBundle license file 2016-02-01 20:40:12 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-11-18 14:41:01 +01:00