diff --git a/reference/configuration/debug.rst b/reference/configuration/debug.rst index 86aed3b7ba6..33a6c656537 100644 --- a/reference/configuration/debug.rst +++ b/reference/configuration/debug.rst @@ -67,9 +67,10 @@ dump_destination Configures the output destination of the dumps. -By default, the dumps are shown in the toolbar. Since this is not always -possible (e.g. when working on a JSON API), you can have an alternate output -destination for dumps. Typically, you would set this to ``php://stderr``: +By default, dumps are shown in the WebDebugToolbar when returning HTML. +Since this is not always possible (e.g. when working on a JSON API), +you can have an alternate output destination for dumps. +Typically, you would set this to ``php://stderr``: .. configuration-block::