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,865e31ac5a1b553a X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: where is the faq Date: 1999/07/16 Message-ID: #1/1 X-Deja-AN: 501805700 References: <7mneah$g5j$1@nnrp1.deja.com> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 932145123 207.214.211.47 (Fri, 16 Jul 1999 10:12:03 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Fri, 16 Jul 1999 10:12:03 PDT Newsgroups: comp.lang.ada Date: 1999-07-16T00:00:00+00:00 List-Id: >> Failing that, what is the best Win NT compiler? > >That depends on what your critera are. Note also that Aonix (among others) gives you a complete walk-back in ada.exceptions.exception_information and also in case of an unhandled exception. With Gnat you'll get "Constraint Error" or such as your only clue about where the problem might lie. So, unless you write perfect code every time, the first time, you'll *always* need to run Gnat exe's under the debugger. If you want similar failure information if your program dies on a customer, you'll have to tell him to run your program only under the debugger.