"AdaMagica" wrote in message news:00285ebf-6ede-44da-848f-456930dc7475@googlegroups.com... >Am Freitag, 5. Oktober 2018 19:46:32 UTC+2 schrieb Henrik Härkönen: > >> Now as I'm playing with the records, I'd like to print them out, just for >> "debugging" purposes. Is there any convenient way to splash them out >> in console? Some sort of default string representation? Seems that >> 'Image attribute works only for scalar types. > >Do it yourself... There is no such default. > >A record may have private (even limited) components. What should a default >for these look like? Well, AI12-0020-1 attempts to answer that question, so it can't be impossible. ;-) [Wait a day or two before looking at it, Steve B. just sent a new version that isn't posted yet.] For the OP: Ada 2020 most likely will have a mechanism to do what you want. But you probably don't want to wait for that to show up in your favorite compiler. So you do in fact have to do it yourself. Randy.