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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9dfe98d8af5bfa65 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: AdaGIDE problems Date: 1999/11/18 Message-ID: <810ord$1e6$1@holly.prod.itd.earthlink.net>#1/1 X-Deja-AN: 550089449 Content-Transfer-Encoding: 7bit References: <01bf30b6$3d2836d0$b17c1e18@firearmsforever> <810gn7$hl7$1@bunyip.cc.uq.edu.au> X-Posted-Path-Was: not-for-mail Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-ELN-Date: 18 Nov 1999 11:44:45 GMT X-ELN-Insert-Date: Thu Nov 18 04:05:31 1999 Organization: Ada95 Press, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-18T00:00:00+00:00 List-Id: Riyaz Mansoor wrote in message news:810gn7$hl7$1@bunyip.cc.uq.edu.au... > Keith wrote in message > news:01bf30b6$3d2836d0$b17c1e18@firearmsforever... > > I am using AdaGIDE v. 6.23.4 running under NT 4.0 > > when I execute the debugger the GDB source display window come up empty > and > > when I try the "step"command a window comes up stating that the "debugger > > is idle". > > hi kieth > > i'm also having similar problems. i'm running GDB 4.16.gnat.3.11p (AdaGIDE). > i dont'know if we're running the same thing but i'd also like to know a > solution to this > > OR > > some point in the direction of a free good ADA debugger? There isn't a better free (maybe not at any price) debugger than what you've got. Here are some pointers to use of the debugger under AdaGIDE: 1. As AdaGIDE is configured, the Build command does not build a debuggable executable. To remedy this, select "GNAT Options in current directory" from the "Tools" menu, enter -g on the gnatmake line, and click the OK button. Another dialog box will come up informing you that the options have been successfully changed. Click OK on that dialog box. Delete the .ali files pertaining to your program, and click Build on the Run menu. 2. After a successful build, click Start Debugger on the Run menu. If you click Start on the debugger Source window, your program will go through its elaboration code and stop at the first line of your main program. 3. If you want to be able to step into code that has source in other directories, create a file called .gdbinit in your current directory, and place in it a line or lines of the form: directory In the Win32 environment absolute paths begin with :/ 4. Get (read and follow) the documentation on gdbtk (missing from the gnat-3.12p-nt release from ftp://ftp.cs.nyu.edu/pub/gnat/gdb/ the file is gdb-4.17.gnat3.12p-docs.tar.gz > > -- > ---------------------------------------------------- > > AND THEN THEIR WAS LIGHT The correct spelling of this phrase is AND THEN THERE WAS LIGHT >