Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit724e5c4

Browse files
committed
minor#8538 Remove Debugging Guide (weaverryan)
This PR was merged into the master branch.Discussion----------Remove Debugging GuideIn 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 parentsd5bb20e +acdc22a commit724e5c4

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)

[8]ページ先頭

©2009-2025 Movatter.jp