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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c32e094b6d41840 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: gdb not working Date: 1998/01/26 Message-ID: <34CCAEBC.5883@gsfc.nasa.gov>#1/1 X-Deja-AN: 319392750 Content-Transfer-Encoding: 7bit References: <6adgca$ogv$1@Masala.CC.UH.EDU> <885708348.15snx@jvdsys.nextjk.stuyts.nl> <6aerqo$soh$1@Masala.CC.UH.EDU> Content-Type: text/plain; charset=us-ascii Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Mime-Version: 1.0 Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1998-01-26T00:00:00+00:00 List-Id: someone@some_where.on.the.net wrote: > > > > >To use the 3.10 windows based debugger you will need to install > >GNAT 3.10 first, which includes the tcl/tk parts that the > >debugger needs. > > Ahhhhh ok. But since GNAT 3.10 is NT based (the docs said > 3.09 was Win95), I take it I might as well delete the gdb.exe > that I have. GNAT 3.10 works on Win95; I'm using it. You can generally assume that NT stuff will run on 95 - this is not always true, but it's always worth trying. One caveat; under Win95 gdb, you cannot restart a program. You have to exit gdb first; otherwise you get a very hard crash. -- - Stephe