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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5845b26b188c214e X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to debug? Date: 05 May 2004 21:17:12 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <200405051830.03021.maa@liacc.up.pt> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1083788500 11211 62.49.19.209 (5 May 2004 20:21:40 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 5 May 2004 20:21:40 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: controlnews3.google.com comp.lang.ada:290 Date: 2004-05-05T21:17:12+01:00 List-Id: "David C. Hoos" writes: > I have not tried this on Windows, as almost all of my work is on > Unix/Linux platforms. Putting an exception handler at the end of the > main procedure and at the end of all tasks works very well for me. > These exception handlers use the SymbolicTraceback facilities. You can't use symbolic tracebacks on VxWorks, which is why we always use the plain ones, even on the development (Windows) platform; no great pain to decode.