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,e074d1bef61cfe40 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-02 10:23:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: DTraq First Public Release Date: Tue, 02 Sep 2003 19:23:22 +0200 Message-ID: <87u17v2jg5.fsf@deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1062523402 19067 212.9.189.171 (2 Sep 2003 17:23:22 GMT) X-Complaints-To: Cancel-Lock: sha1:SvSTyCOtWPl/gBUudyE+zayBwwM= Xref: archiver1.google.com comp.lang.ada:42070 Date: 2003-09-02T19:23:22+02:00 List-Id: Pascal Obry writes: > I've never used nor seen such a tool. Can you provides more information > about what it can be used for ? How can it helps debugging ? You can review the execution history that led to the misbehavior you are concerned with. This is particularly useful if you are trying to track down a bug which corrupts the stack, for example.