delphi debug visualizers for TContainer, IList<T> and other IEnumerable<T> descendants

Issue #270 closed
Markus Schadegg created an issue

Hi,

in Delphi 10.2.1, there is new support for debug visualizers for generics... https://community.embarcadero.com/blogs/entry/new-in-10-2-1-debug-visualisers-for-delphi-generics

When debugging, it would also be interesting to see,

  • which types are registered in the container
  • which instances are actually living inside the container

As this would be very nice for debugging Spring4D, could you implement this?

Thanks.

Comments (7)

  1. Stefan Glienke repo owner

    Thanks for your contribution - I am however leaning to not include it because in the end I am the person in charge of maintaining it and I made that mistake in the past already. You can always make your own "companion" project for Spring4D building ontop of its functionality - I am happy to put URL to it on the WIKI.

  2. Markus Schadegg reporter

    As I think it over, I also have no time to maintain it, I removed my attached draft version.

  3. Log in to comment