File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,18 @@ This behavior can be changed by configuring the ``dump.dump_destination``
105105option. Read more about this and other options in
106106:doc: `the DebugBundle configuration reference </reference/configuration/debug >`.
107107
108+ .. tip ::
109+
110+ .. versionadded :: 3.3
111+ The local search box was introduced in Symfony 3.3.
112+
113+ If the dumped contents are complex, consider using the local search box to
114+ look for specific variables or values. First, click anywhere on the dumped
115+ contents and then press :kbd: `Ctrl. + F ` or :kbd: `Cmd. + F ` to make the local
116+ search box appear. All the common shortcuts to navigate the search results
117+ are supported (:kbd: `Ctrl. + G ` or :kbd: `Cmd. + G `, :kbd: `F3 `, etc.) When
118+ finished, press :kbd: `Esc. ` to hide the box again.
119+
108120Using the VarDumper Component in your PHPUnit Test Suite
109121--------------------------------------------------------
110122
You can’t perform that action at this time.
0 commit comments