symfony / profiler-pack

A Symfony Pack for Symfony profiler
MIT License
1.7k stars 5 forks source link

Add debug-bundle #3

Closed apfelbox closed 3 years ago

apfelbox commented 6 years ago

Related to https://github.com/symfony/debug-pack/pull/4

fabpot commented 6 years ago

Not sure about this one. Why would you expect debug bundle to be installed here?

apfelbox commented 6 years ago

For me it would be the inverse argument as for debug-pack:

If I use dump() via debug-pack I would expect to automatically be displayed in the webprofiler toolbar if it is installed.

And if I am already using the webprofiler toolbar, I would expect that a simple c req symfony/var-dumper would enable it inside my already installed toolbar.

What do you think?