@@ -49,6 +49,7 @@ to *`decorate`_* the kernel with additional features. Examples include:
4949* Configure the autoloader or add additional autoloading mechanisms
5050* Add HTTP level caching by wrapping the kernel with an instance of
5151:doc: `AppCache</book/http_cache#symfony2-reverse-proxy> `
52+ * Enabling the `Debug component `_
5253
5354When using Apache and the `RewriteRule shipped with the
5455Standard Edition `_, the front controller can be chosen by requesting
@@ -180,5 +181,6 @@ are, of course, free to implement this method differently if you need
180181.. _app/console :https://github.com/symfony/symfony-standard/blob/master/app/console
181182.. _AppKernel :https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
182183.. _decorate :http://en.wikipedia.org/wiki/Decorator_pattern
184+ .. _Debug Component :https://github.com/symfony/symfony/pull/7441
183185.. _RewriteRule shipped with the Standard Edition :https://github.com/symfony/symfony-standard/blob/master/web/.htaccess)
184186.. _template methods :http://en.wikipedia.org/wiki/Template_method_pattern