FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

Plugin overwrites my xdebug.var_display_max_depth #45

Closed cs-mitho closed 7 years ago

cs-mitho commented 7 years ago

In my local php.ini I have set xdebug.var_display_max_depth = 10. But your plugin overwrites this setting to 2.

Apparently this happens in ShyimProfiler\Components\Event\EventManager in several methods.

And unfortunately, when hardcoding it to 3 or higher (e. g. in notify()), the loading of the frontend on my test shop results in a blank page.

When deactivating your plugin the setting from my php.ini is used correctly.

shyim commented 7 years ago

Could you try the develop branch?

cs-mitho commented 7 years ago

I have, it works with the develop branch, thanks!