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,69721e11a941b247 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-08 03:18:12 PST Path: archiver1.google.com!postnews2.google.com!postnews1.google.com!not-for-mail From: larrybar@eng.auburn.edu (Larry A Barowski) Newsgroups: comp.lang.ada Subject: Re: Good and (relatively) cheap Ada code browsing software? Date: 7 Apr 2003 23:09:27 -0700 Organization: http://groups.google.com/ Message-ID: <76e741cc.0304072209.730aedd7@posting.google.com> References: <13555786.0304070801.2a028536@posting.google.com> <20030407232034.162ceb4b.david@realityrift.com> NNTP-Posting-Host: 206.148.52.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1049782167 6113 127.0.0.1 (8 Apr 2003 06:09:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 8 Apr 2003 06:09:27 GMT Xref: archiver1.google.com comp.lang.ada:35979 Date: 2003-04-08T06:09:27+00:00 List-Id: David Holm wrote in message news:<20030407232034.162ceb4b.david@realityrift.com>... > Doesn't jGRASP do this? And it's free. > jGRASP can only trace dependencies for Java, but it will draw a Control Structure Diagram (a control flow diagram that fits into source code indentation space) for Ada code, which can make it easier to read. -Larry Barowski > //David > > On 7 Apr 2003 09:01:30 -0700 > maestroff@hotmail.com (Mike) wrote: > > > I've been looking for an IDE or similar software tool that would let > > me trace through some complex and badly documented Ada code I have to > > work with. You know - click on a variable and find out instantly where > > it was created and were else it was used. Or click on a > > function/procedure name to see what else it calls and what objects it > > contains, etc. > > > > I did find a program that does this and does it very well - > > "Understand for Ada" by STI. I'm currently evaluating it and it does > > everything I need and more. However its also $9000 for a single > > licence. Before I try to convince my boss to shell out that much money > > I was wondering if anyone knew of any other programs with similar > > functionality that cost less. And if they aren't quite as powerful as > > UforAda that is fine. Or is STI charging that much because they know > > they have a monopoly in this area? > > > > Mike