You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's sometimes challenging to grasp and/or debug the full decoration stack of a given service, mainly for some part of the code heavily relying on decoration (eg: http client)
I think a debug command displaying the decoration stack could be useful. It could be bin/console debug:decoration-stack [serviceId], or a new option of debug:container, eg bin:console debug:command [serviceId] --display-stack?
the serviceId argument could be the full serivce id, or maybe the class short name, if the service's name is a FQCN.