I'm using Spring4d where are interfaced containers like IList<T>
. If I use normal version of container I can spy its content in debug by move mouse over variable. But if variable is interface I see somethink like this:
TClassName($1234567) as IClassName
.
There is any way to spy it in debug?
I Have Delphi XE2.