File tree 1 file changed +12
-0
lines changed 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``
105
105
option. Read more about this and other options in
106
106
:doc: `the DebugBundle configuration reference </reference/configuration/debug >`.
107
107
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
+
108
120
Using the VarDumper Component in your PHPUnit Test Suite
109
121
--------------------------------------------------------
110
122
You can’t perform that action at this time.
0 commit comments