comp.lang.ada
 help / color / mirror / Atom feed
From: Andrew <specter@chartermi.net>
Subject: Re: windows ada compiler error
Date: Tue, 14 Oct 2003 14:06:49 -0500
Date: 2003-10-14T14:06:49-05:00	[thread overview]
Message-ID: <3F8C4949.4090304@chartermi.net> (raw)
In-Reply-To: uu16b6bfr.fsf@nasa.gov



Stephen Leake wrote:
> Andrew <eagletalon@chartermi.net> writes:
> 
> 
>>i just typed man gnat and man gnatmake
>>what would I type to be able to read how to use the gnat facilities?
> 
> 
> GNAT 3.15p has an HTML version of its user guide and reference manual;
> look in GNAT/Doc/...
> 
> You can also get 'info' versions in the file
> gnat-3.15p-unx-docs.tar.gz.
> 
> 
>>and also what would the command line be to do the walkback?
> 
> 
> Use the gdb debugger (distributed with GNAT). Sample session:
> 
> $ gdb my_program.exe
> gdb> break exception
> gdb> run
> (message about stopping on a line)
> gdb> where
> 
> that shows you the stack. Then you can use normal debugging stuff to
> figure it out; do 'help' in gdb, or find the gdb manual in GNAT/Doc.
> 

ahh thank you .. I'll look into all this




  reply	other threads:[~2003-10-14 19:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-14  4:05 windows ada compiler error Andrew
2003-10-14  5:19 ` tmoran
2003-10-14 15:29   ` Andrew
2003-10-14 15:35   ` Andrew
2003-10-14 16:17     ` Stephen Leake
2003-10-14 19:06       ` Andrew [this message]
2003-10-14 20:42 ` Jeffrey Carter
replies disabled

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