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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,91c5b958fecf5eff X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: GNAT exception traceback Date: 1997/06/16 Message-ID: <1997Jun16.173805.6059@news>#1/1 X-Deja-AN: 248846407 References: <339EFAE3.26C@ccis.adisys.com.au> <33A15F14.1B87D24F@elca-matrix.ch> Organization: University of Neuchatel, Switzerland Reply-To: Remove_this.Gautier.deMontmollin@Maths.UniNe.CH Newsgroups: comp.lang.ada Date: 1997-06-16T00:00:00+00:00 List-Id: Mats.Weber@elca-matrix.ch writes: >> You need to run gdb to get the traceback. This is easy to do, so it is >> not clear why you set the precondition of not using it (your question >> is >> a bit like saying: can I use GNAT to compile my Ada program without >> using gcc -- the answer in both cases is no!) > I think this feature (traceback without gdb) would be very useful. It would > allow us to have a trace of errors occurring at our customers' sites without > reproducing the bug in our environment, which is often impossible. The ``ez2load'' GNAT (PC) has a traceback utility without manual use of gdb - showing parameter values, source code lines (even with generics). G.