Skip to content

Commit 3c22c22

Browse files
committed
minor #15087 Update debug.rst (94noni)
This PR was merged into the 4.4 branch. Discussion ---------- Update debug.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- d59c1c8 Update debug.rst
2 parents f8b1ee1 + d59c1c8 commit 3c22c22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/configuration/debug.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ dump_destination
6767

6868
Configures the output destination of the dumps.
6969

70-
By default, the dumps are shown in the toolbar. Since this is not always
71-
possible (e.g. when working on a JSON API), you can have an alternate output
72-
destination for dumps. Typically, you would set this to ``php://stderr``:
70+
By default, dumps are shown in the WebDebugToolbar when returning HTML.
71+
Since this is not always possible (e.g. when working on a JSON API),
72+
you can have an alternate output destination for dumps.
73+
Typically, you would set this to ``php://stderr``:
7374

7475
.. configuration-block::
7576

0 commit comments

Comments
 (0)