Skip to content

Commit 3d3bac0

Browse files
committed
[#6263] Javier's comments
1 parent 11e4532 commit 3d3bac0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cookbook/debugging.rst

Lines 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)