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

Appearance settings

Commit 3d3bac0

Browse filesBrowse files
committed
[#6263] Javier's comments
1 parent 11e4532 commit 3d3bac0
Copy full SHA for 3d3bac0

File tree

Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed

‎cookbook/debugging.rst

Copy file name to clipboardExpand all lines: cookbook/debugging.rst
+6-3Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ Disabling the Bootstrap File and Class Caching
2121

2222
And to make the production environment as fast as possible, Symfony creates
2323
big PHP files in your cache containing the aggregation of PHP classes your
24-
project needs for every request. However, this behavior can confuse your
25-
debugger. This recipe shows you how you can tweak this caching mechanism
26-
to make it friendlier when you need to debug code that involves Symfony classes.
24+
project needs for every request. However, this behavior can confuse your debugger,
25+
because the same class can be located in two different places: the original class
26+
file and the big file which aggregates lots of classes.
27+
28+
This recipe shows you how you can tweak this caching mechanism to make it friendlier
29+
when you need to debug code that involves Symfony classes.
2730

2831
The ``app_dev.php`` front controller reads as follows by default::
2932

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.