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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,50ad4ada98045ba X-Google-Attributes: gid103376,public From: bill Subject: Re: A small Ada success story Date: 1999/03/18 Message-ID: <7crpn2$kt6@drn.newsguy.com>#1/1 X-Deja-AN: 456556310 References: <119fb4e248%hubersn@lcs.wn.bawue.de> <36efef1c.3265725@news.pacbell.net> <7cp9cp$743$1@nnrp1.dejanews.com> <36F0A77F.B0151962@rocketmail.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-03-18T00:00:00+00:00 List-Id: In article <36F0A77F.B0151962@rocketmail.com>, Corey says... >> I sure wish more compiler vendors made this information (line number of an >> exception occurrence) available without using a debugger. >> > >Shameless plug: > >Rational Apex 3.0.0b provides something that's better in some ways. > Java does all that out of the box. I found Ada exception tracing to be weak compared to Java more powerfull exceptions. In Java, an exception is an object, that contains very usefull info that one can use. Bill.