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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-13 08:31:44 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: orvio@yahoo.com (orvio) Newsgroups: comp.lang.ada Subject: debbuger or unit test tool Date: 13 Feb 2004 08:31:44 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 213.156.48.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076689904 16387 127.0.0.1 (13 Feb 2004 16:31:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 13 Feb 2004 16:31:44 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:5535 Date: 2004-02-13T08:31:44-08:00 List-Id: 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.