Skip to content

Commit 724e5c4

Browse files
committed
minor #8538 Remove Debugging Guide (weaverryan)
This PR was merged into the master branch. Discussion ---------- Remove Debugging Guide In 3.4, the debugging article has details about `bootstrap.php.cache`, etc. But in 4 (as you can see), it has almost nothing! I think we should remove it (and remove the Guide link on Symfony.com for version 4). The individual `debug:` commands should be documented in those sections - nobody will click "Debug" so they can learn about how to debug something specific (e.g. translations). Cheers! Commits ------- acdc22a no more debugging
2 parents d5bb20e + acdc22a commit 724e5c4

File tree

5 files changed

+2
-64
lines changed

5 files changed

+2
-64
lines changed

_build/redirection_map

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
/cookbook/controller/index /controller
128128
/cookbook/controller/service /controller/service
129129
/cookbook/controller/upload_file /controller/upload_file
130-
/cookbook/debugging /debug/debugging
130+
/cookbook/debugging /
131+
/debug/debugging /
131132
/cookbook/deployment/azure-website /cookbook/azure-website
132133
/cookbook/deployment/fortrabbit /deployment/fortrabbit
133134
/cookbook/deployment/heroku /deployment/heroku

configuration/front_controllers_and_kernel.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ to `decorate`_ the kernel with additional features. Examples include:
4545
* Configuring the autoloader or adding additional autoloading mechanisms;
4646
* Adding HTTP level caching by wrapping the kernel with an instance of
4747
:ref:`AppCache <symfony-gateway-cache>`;
48-
* Enabling (or skipping) the :doc:`ClassCache </debug/debugging>`;
4948
* Enabling the :doc:`Debug Component </components/debug>`.
5049

5150
The front controller can be chosen by requesting URLs like:

debug.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

debug/debugging.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Topics
4040
bundles
4141
console
4242
doctrine
43-
debug
4443
deployment
4544
email
4645
event_dispatcher

0 commit comments

Comments
 (0)