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-07 11:26:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Good and (relatively) cheap Ada code browsing software? Date: 07 Apr 2003 14:14:21 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <13555786.0304070801.2a028536@posting.google.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1049740143 12227 128.183.235.92 (7 Apr 2003 18:29:03 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 7 Apr 2003 18:29:03 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:35971 Date: 2003-04-07T18:29:03+00:00 List-Id: maestroff@hotmail.com (Mike) writes: > 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. Emacs Ada mode + GNAT does this, and is Free Software. If you already know Emacs, it's easy to learn. If you only know WIMP interfaces, it will take you a while. But it will be good for your net productivity (and your soul :). -- -- Stephe