You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#561).
Discussion
----------
Added 2.3 upgrade notes
After upgrading to symfony-2.3 I noticed that the debugging was crippled. I could not find anything in the upgrade notes, so here it is. I am not sure if I phrased it correctly.
PS Yes, I know, I should've subscribed symfony blog ages ago. I did so now.
Commits
-------
bdad65c Added 2.3 upgrade notes containing app_dev.php changes regarding debug component.
* You now have to manually enable the [debug component](http://symfony.com/blog/new-in-symfony-2-3-new-debug-component) in [`web/app_dev.php`](https://github.com/symfony/symfony-standard/blob/2.3/web/app_dev.php)
5
+
by adding `Debug::enable();` just after including the boostrap cache.
0 commit comments