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,6db13ebaa80f6102 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-17 15:19:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!arclight.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: R: Debugger for Windows Date: 17 Oct 2001 18:13:14 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <9qgvm6$3ka$1@e3k.asi.ansaldo.it> <9qjh1t$qb4$1@e3k.asi.ansaldo.it> <7Dgz7.32727$ev2.39509@www.newsranger.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 1003356915 26672 128.183.220.71 (17 Oct 2001 22:15:14 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 17 Oct 2001 22:15:14 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:14847 Date: 2001-10-17T22:15:14+00:00 List-Id: Ted Dennison writes: > In article <9qjh1t$qb4$1@e3k.asi.ansaldo.it>, le says... > > > > > >> >Can you suggest a good Debugger which supports tasking analysis ? > >> > >> What Ada compiler are you using? > > > >Gnat 3.13p > > There is a nice GUI version of GDB that comes with that compiler. I haven't had > occasion to try it with a tasking program yet though. > > If you don't like that one, I'd check out GVD > ( http://libre.act-europe.fr/gvd/ , but I can't get there right now for some > reason. I hope its up.) I haven't had a chance to try it out, but supposedly > tasking/thread debugging support is one of its main features. Just to clarify, both GVD and the Tk-based GUI that comes with GNAT are front ends for the Gnu Debugger, which is called gdb. It seems the Tk-based GUI is also called 'gdb'; another ambiguity. It it gdb that provides the support for tasking; the GUI front ends make it either easier or harder to use. I use Emacs as a gdb front end, so I can't comment on the GUI tools. -- -- Stephe