php bin/console server:dump
Start a dump server that collects and displays dumps in a single place
Usage
server:dump [--format FORMAT]
Options
--format The output format (cli, html)
Help
server:dump starts a dump server that collects and displays
dumps in a single place for debugging you application:
php bin/console server:dump
You can consult dumped data in HTML format in your browser by providing the --format=html option
and redirecting the output to a file:
php bin/console server:dump --format="html" > dump.html