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, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cde22e927264fcd4 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: GDB and exceptions Date: 1999/04/13 Message-ID: <7evl9g$1l1$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 465885547 References: X-Http-Proxy: 1.0 x9.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Apr 13 14:45:07 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-04-13T00:00:00+00:00 List-Id: In article , jboulais@sikorsky.com (Boulais, Jeffrey M) wrote: > I'm trying to set a breakpoint on exceptions. Whenever I try, I get a > 'Couldn't open "a-except.adb": no such file or directory' message. Does > anyone have a suggestion? You mean when the exception occurs you get that? I get something very much like that. But its no big deal, since I don't *want* to debug that file. I can pretty much assume the Ada runtime is working correctly. In the nice TK version of GDB, just select "Stacks" from the "Window" menu and click on the lowest numbered level that contains your code. That should place you on the line where the exception was raised. -- T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own