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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,616be077209d9600,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-10 05:02:12 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!nnx.oleane.net!oleane!nnrp.oleane.net!skymaster!nobody From: "Jean-Pierre Rosen" Newsgroups: comp.lang.ada Subject: Package Debug V2.2 available Date: Tue, 10 Feb 2004 13:18:38 +0100 Organization: Adalog Message-ID: NNTP-Posting-Host: mailhost.axlog.fr X-Trace: s1.read.news.oleane.net 1076418133 4062 195.25.228.57 (10 Feb 2004 13:02:13 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Tue, 10 Feb 2004 13:02:13 +0000 (UTC) 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 Xref: archiver1.google.com comp.lang.ada:5394 Date: 2004-02-10T13:18:38+01:00 List-Id: I just released a new version of package Debug, which contains very useful tracing functionalities. Improvements include: - Binary tracing of any type (using streams). - Tracing objects (traces are performed through Initialization/Finalization), great for tracing functions that return complex expressions - New package Debug.Assert. Adds a conditionnal trace (tracing only if some assertion fails) and a reentrancy detector object (traces when two tasks call the same subprogram at the same time). Note that this is something nearly impossible to check with a debugger. - changed license to GMGPL (it was already available freely for any purpose, but it seems easier to use a well known license than trying to invent some new wordings). Bug fixes: None. This package has been publicly available since 1999. We never received a bug report. Availability: See Adalog's components page: http://www.adalog.fr/compo2.htm -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr