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,8c54bb73b6fd8d22 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: GDB Woes Continued... Date: 1998/02/02 Message-ID: <6b50fl$knt@lotho.delphi.com>#1/1 X-Deja-AN: 321407796 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1998-02-02T00:00:00+00:00 List-Id: >deleted it from my system because there wasn't a useful debugger >available. Without being able to debug my code, ... Did your Ada system give source code walkbacks on unhandled exceptions, or (in Ada 95) in Ada.Exceptions.Exception_Information? I find *much* less usage of the debugger now that I have those.