Open
Description
Description
Hi!
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.
WDYT?
Example
No response