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 17:00:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!nf3.bellglobal.com!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: Subject: Re: ANNOUNCE: DTraq First Public Release X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 66.31.4.164 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc02 1062547248 66.31.4.164 (Wed, 03 Sep 2003 00:00:48 GMT) NNTP-Posting-Date: Wed, 03 Sep 2003 00:00:48 GMT Organization: Comcast Online Date: Wed, 03 Sep 2003 00:00:48 GMT Xref: archiver1.google.com comp.lang.ada:42082 Date: 2003-09-03T00:00:48+00:00 List-Id: "Pascal Obry" wrote in message news:ubru3cfxa.fsf@wanadoo.fr... > > 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 ? > I have not looked a the details about what this tool provide but at a high level I can say that this could be really useful for "system level" debugging/analysis information. What I mean is that in many systems, one ends up creating some sort of data logging interface that keeps track of either inputs to some top level module and/or intermediate calculations to better understand how the system is operating. Sounds like this would be a quick way to get this information out more easily. It probably will not be as quick as some of the hand/rolled solutions (which dump data in a raw binary format for later offline expansion to ASCII) but still useful in some cases.