comp.lang.ada
 help / color / mirror / Atom feed
From: "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com>
Subject: Re: AdaGIDE problems
Date: 1999/11/18
Date: 1999-11-18T00:00:00+00:00	[thread overview]
Message-ID: <810ord$1e6$1@holly.prod.itd.earthlink.net> (raw)
In-Reply-To: 810gn7$hl7$1@bunyip.cc.uq.edu.au


Riyaz Mansoor <s800032@student.uq.edu.au> wrote in message
news:810gn7$hl7$1@bunyip.cc.uq.edu.au...
> Keith <cordieritenono@mediaone.net> 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 <absolute-or-relative-unix-style pathname>

       In the Win32 environment absolute paths begin with <drive-letter>:/

   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

>






      parent reply	other threads:[~1999-11-18  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-17  0:00 AdaGIDE problems Keith 
1999-11-18  0:00 ` Riyaz Mansoor
1999-11-18  0:00   ` Gautier de Montmollin
1999-11-19  0:00     ` Robert Dewar
1999-11-18  0:00   ` David C. Hoos, Sr. [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox