Skip to content

Commit 8d58f82

Browse files
Applied suggested changes from review
1 parent 6dcd060 commit 8d58f82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

console.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,10 @@ react to signals, read more in :doc:`this section </components/console/events>`.
622622
Profiling Commands
623623
------------------
624624

625-
When debug mode is enabled, you can run a command with the ``--profile`` option.
626-
Symfony will then collect data about the command's execution. When the execution
627-
is over, the profile is accessible through the :doc:`Symfony Profiler </profiler>`.
625+
When debug mode and the profiler are enabled, you can run a command with the
626+
``--profile`` option. Symfony will then collect data about the command execution.
627+
When the execution is over, the profile is accessible through the web page of
628+
the :doc:`Symfony Profiler </profiler>`.
628629

629630
.. tip::
630631

0 commit comments

Comments
 (0)