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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d5b211b0c1ffcf3e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.170 with SMTP id pp10mr1752697pbc.1.1339225862401; Sat, 09 Jun 2012 00:11:02 -0700 (PDT) Path: l9ni32789pbj.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sat, 09 Jun 2012 09:11:04 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Practicalities of Ada for app development References: <79c5c9f7-4b72-4990-8961-b3e2db4db79b@qz1g2000pbc.googlegroups.com> In-Reply-To: Message-ID: <4fd2f704$0$6581$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 09 Jun 2012 09:11:00 CEST NNTP-Posting-Host: d2eb1700.newsspool3.arcor-online.net X-Trace: DXC=n@M0abejV86K9Nc=C:50384m^N9ec<53 X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-06-09T09:11:00+02:00 List-Id: On 08.06.12 23:35, Jeffrey Carter wrote: >> 3. How about the quality and availablity of supporting tools like >> debuggers and profilers? > > One nice thing about Ada is not needing to use a debugger. ObjectAda's is a programmable debugger. I imagine that to check the values of a variable for different inputs to the program might be nicely automatic, better than studying trace outputs.