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.3 required=5.0 tests=BAYES_00,INVALID_MSGID 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: Huy Vo Subject: Re: GNAT exception traceback Date: 1997/06/13 Message-ID: <199706131810.OAA07239@seahunt.ctron.com>#1/1 X-Deja-AN: 248180257 Sender: Ada programming language Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU Newsgroups: comp.lang.ada Date: 1997-06-13T00:00:00+00:00 List-Id: >> 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. I'd think dumping a core would be nice; at least you can look at the call stack. But doing it the C way would be sacrilegious, right? vo@ctron.com