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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,59a642644fac1faa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-13 12:11:03 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn53feed!worldnet.att.net!attbi_s52.POSTED!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: Subject: Re: debbuger or unit test tool 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: 24.147.74.171 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1076703063 24.147.74.171 (Fri, 13 Feb 2004 20:11:03 GMT) NNTP-Posting-Date: Fri, 13 Feb 2004 20:11:03 GMT Organization: Comcast Online Date: Fri, 13 Feb 2004 20:11:03 GMT Xref: archiver1.google.com comp.lang.ada:5545 Date: 2004-02-13T20:11:03+00:00 List-Id: On Windows I'd take a close look at the tool suite from LDRA http://www.ldra.co.uk/index.htm They have a pretty nice tool suite but their driver software does not seem to support Unix/Linux (though that is not clear from their web page). Another reasonable option is the tool suite from http://www.iplbath.com "orvio" wrote in message news:f67d8aac.0402130831.130ef069@posting.google.com... > Hi, I have a question for you. > I'm using VectorCAST tool for unit test on WindowsXP. My problem is > that VectoCAST doesn't create the ennvironment because of a constraint > error during DATA_IF_ execution. I don't know why the error is > generated because VectorCAST message is not detailed. Therefore I need > of a debbuger for DATA_IF_ executable. > Can anyone help me? > In other case, can anyone suggest me another tool for ADA unit test? > > P.S. > The code is compiled with Objectada (AONIX) compiler, therefore > ADAMulti is useless. > > Excuse me for bad English. > > Thanks to all.