From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,71aa44b9692e8206 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-16 09:43:28 PST Newsgroups: comp.lang.ada Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!144.212.100.101!newsfeed.mathworks.com!news.mathworks.com!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: Package name X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=iso-8859-1 Message-ID: <3B02A68E.F5B7C24@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 8bit Organization: The Boeing Company X-Accept-Language: en References: <990017804.158478@edh3> Mime-Version: 1.0 Date: Wed, 16 May 2001 16:10:54 GMT X-Mailer: Mozilla 4.5 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.sj.google.com comp.lang.ada:7570 Date: 2001-05-16T16:10:54+00:00 List-Id: "Atle R�stad" wrote: > > Is it possible to print out the package name? > > It would be a nice feature in tracing. Maybe even print the > procedure/function name. > > Regards Atle This is easily done. See package PragmARC.Reflection in the PragmAda Reusable Components, available at http://home.earthlink.net/~jrcarter010/pragmarc.htm which does exactly what you want. -- Jeffrey Carter