tracy
tracy copied to clipboard
What interface does the dumped class implement or inherit?
Hello,
when dumping objects, I often need to find out what interfaces they implement or if they inherit a class.
This is useful, for example, when examining dependencies in the DI Container, or when examining more complex data structures and its internal dependencies.
I think inherited classes and implemented interfaces should appear directly next to the class (or for example, in the title).

Thanks.