Skip to content

Documented the local search box for dumped contents #7401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions components/var_dumper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ This behavior can be changed by configuring the ``dump.dump_destination``
option. Read more about this and other options in
:doc:`the DebugBundle configuration reference </reference/configuration/debug>`.

.. tip::

.. versionadded:: 3.3
The local search box was introduced in Symfony 3.3.

If the dumped contents are complex, consider using the local search box to
look for specific variables or values. First, click anywhere on the dumped
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
search box appear. All the common shortcuts to navigate the search results
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
finished, press :kbd:`Esc.` to hide the box again.

Using the VarDumper Component in your PHPUnit Test Suite
--------------------------------------------------------

Expand Down