comp.lang.ada
 help / color / mirror / Atom feed
* debug...... for a newbie
@ 2001-10-15 14:32 pippo
  2001-10-16  7:38 ` Pi
  0 siblings, 1 reply; 13+ messages in thread
From: pippo @ 2001-10-15 14:32 UTC (permalink / raw)


Can someone help me about debug a program with adagide ,
Who can I insert a breakpoint or can i start a step by step execution...
Please help me or tell me where i can find some documentation ....

Sorry for my English...

tnx Enzullo





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-15 14:32 debug...... for a newbie pippo
@ 2001-10-16  7:38 ` Pi
  2001-10-16 15:35   ` Gautier
  0 siblings, 1 reply; 13+ messages in thread
From: Pi @ 2001-10-16  7:38 UTC (permalink / raw)


You can't ;-)
However, the adagide at my university
uses gnatgdb for debugging.
And I guess it's your case too.

Search for gdb documentation on the net, you should find plenty,
a good start may be the GDB-Homepage :
http://sources.redhat.com/gdb/

I dont know where to find docs for the windows frontend,
Search for a menu option like : open source, or open file
and once you have the source start klicking around (rigth button)
to insert breakpoint.

Have fun,
HTH

-- 
3,14159265359

pippo wrote :

> Can someone help me about debug a program with adagide ,
> Who can I insert a breakpoint or can i start a step by step execution...
> Please help me or tell me where i can find some documentation ....
> 
> Sorry for my English...
> 
> tnx Enzullo
> 
> 



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-16  7:38 ` Pi
@ 2001-10-16 15:35   ` Gautier
  2001-10-17 15:52     ` pippo
  0 siblings, 1 reply; 13+ messages in thread
From: Gautier @ 2001-10-16 15:35 UTC (permalink / raw)


Pi:

> You can't ;-)
> However, the adagide at my university
> uses gnatgdb for debugging.
> And I guess it's your case too.

Note that with the latest AdaGIDE you can choose the debugger.
  http://www.usafa.af.mil/dfcs/bios/mcc_html/adagide.html
  ftp://ftp.usafa.af.mil/pub/dfcs/carlisle/adagide/adagide-install.exe

E.g. You can have GVD instead of GDB :-)
HTH
____________________________________________________________
Gautier  --  http://www.mysunrise.ch/users/gdm/index.htm#Ada

NB: Do not answer to sender address, visit the Web site!
    Ne r�pondez pas � l'exp�diteur, visitez le site ouaibe!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-16 15:35   ` Gautier
@ 2001-10-17 15:52     ` pippo
  2001-10-18 13:50       ` Stephen Leake
  0 siblings, 1 reply; 13+ messages in thread
From: pippo @ 2001-10-17 15:52 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

Where can i find gvd for windows
tnx enzullo


"Gautier" <gautier_niouzes@hotmail.com> wrote in message
news:17cd177c.0110160735.2b9b49c5@posting.google.com...
> Pi:
>
> > You can't ;-)
> > However, the adagide at my university
> > uses gnatgdb for debugging.
> > And I guess it's your case too.
>
> Note that with the latest AdaGIDE you can choose the debugger.
>   http://www.usafa.af.mil/dfcs/bios/mcc_html/adagide.html
>   ftp://ftp.usafa.af.mil/pub/dfcs/carlisle/adagide/adagide-install.exe
>
> E.g. You can have GVD instead of GDB :-)
> HTH
> ____________________________________________________________
> Gautier  --  http://www.mysunrise.ch/users/gdm/index.htm#Ada
>
> NB: Do not answer to sender address, visit the Web site!
>     Ne r�pondez pas � l'exp�diteur, visitez le site ouaibe!





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-17 15:52     ` pippo
@ 2001-10-18 13:50       ` Stephen Leake
  2001-10-18 14:04         ` Pat Rogers
                           ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Stephen Leake @ 2001-10-18 13:50 UTC (permalink / raw)


"pippo" <pippo@pluto.it> writes:

> Where can i find gvd for windows

I think you can get it from http://libre.act-europe.fr, but I can't
access that site right now to check.

> <snip> 
> 
> "Gautier" <gautier_niouzes@hotmail.com> wrote in message
> news:17cd177c.0110160735.2b9b49c5@posting.google.com...
> >
> > E.g. You can have GVD instead of GDB :-)

GVD is a front end for the gdb debugger (or for other back end
debuggers). There are also other front ends for gdb, one of which is
Tk based, and is distributed with GNAT. Unfortunately, that front end
does not seem to have a name independent of "gdb", so it's confusing.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 13:50       ` Stephen Leake
@ 2001-10-18 14:04         ` Pat Rogers
  2001-10-18 14:18           ` Ted Dennison
  2001-10-18 14:15         ` Ted Dennison
  2001-10-25  9:07         ` John English
  2 siblings, 1 reply; 13+ messages in thread
From: Pat Rogers @ 2001-10-18 14:04 UTC (permalink / raw)



"Stephen Leake" <stephen.a.leake.1@gsfc.nasa.gov> wrote in message
news:u8ze912i1.fsf@gsfc.nasa.gov...
> "pippo" <pippo@pluto.it> writes:
>
> > Where can i find gvd for windows
>
> I think you can get it from http://libre.act-europe.fr, but I can't
> access that site right now to check.
>
> > <snip>
> >
> > "Gautier" <gautier_niouzes@hotmail.com> wrote in message
> > news:17cd177c.0110160735.2b9b49c5@posting.google.com...
> > >
> > > E.g. You can have GVD instead of GDB :-)
>
> GVD is a front end for the gdb debugger (or for other back end
> debuggers). There are also other front ends for gdb, one of which is
> Tk based, and is distributed with GNAT. Unfortunately, that front end
> does not seem to have a name independent of "gdb", so it's confusing.

GVD *is* the Tk-based front-end distributed with GNAT.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 13:50       ` Stephen Leake
  2001-10-18 14:04         ` Pat Rogers
@ 2001-10-18 14:15         ` Ted Dennison
  2001-10-25  9:07         ` John English
  2 siblings, 0 replies; 13+ messages in thread
From: Ted Dennison @ 2001-10-18 14:15 UTC (permalink / raw)


In article <u8ze912i1.fsf@gsfc.nasa.gov>, Stephen Leake says...
>
>I think you can get it from http://libre.act-europe.fr, but I can't
>access that site right now to check.

Hmmm. I can't get there either. Its been down for a least a day now.

---
T.E.D.    homepage   - http://www.telepath.com/dennison/Ted/TED.html

No trees were killed in the sending of this message. 
However a large number of electrons were terribly inconvenienced.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 14:04         ` Pat Rogers
@ 2001-10-18 14:18           ` Ted Dennison
  2001-10-18 15:05             ` Pat Rogers
  2001-10-18 16:03             ` Preben Randhol
  0 siblings, 2 replies; 13+ messages in thread
From: Ted Dennison @ 2001-10-18 14:18 UTC (permalink / raw)


In article <rjBz7.12942$ig1.4154919066@newssvr30.news.prodigy.com>, Pat Rogers
says...
>
>GVD *is* the Tk-based front-end distributed with GNAT.

Well, I can't access the site right now to get more authoratative info, but I
remember there being text there that said GVD uses GTK+ for the interface, not
TK (and the two are quite unrelated). The screenshots certianly didn't resemble
the TK-based "gdb" that comes with 3.13p.

---
T.E.D.    homepage   - http://www.telepath.com/dennison/Ted/TED.html

No trees were killed in the sending of this message. 
However a large number of electrons were terribly inconvenienced.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 14:18           ` Ted Dennison
@ 2001-10-18 15:05             ` Pat Rogers
  2001-10-18 15:15               ` Ted Dennison
  2001-10-18 16:03             ` Preben Randhol
  1 sibling, 1 reply; 13+ messages in thread
From: Pat Rogers @ 2001-10-18 15:05 UTC (permalink / raw)


"Ted Dennison" <dennison@telepath.com> wrote in message
news:ywBz7.34047$ev2.41245@www.newsranger.com...
> In article <rjBz7.12942$ig1.4154919066@newssvr30.news.prodigy.com>, Pat
Rogers
> says...
> >
> >GVD *is* the Tk-based front-end distributed with GNAT.
>
> Well, I can't access the site right now to get more authoratative info,
but I
> remember there being text there that said GVD uses GTK+ for the interface,
not
> TK (and the two are quite unrelated). The screenshots certianly didn't
resemble
> the TK-based "gdb" that comes with 3.13p.

Yes, but the point was that it is the distributed with GNAT.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 15:05             ` Pat Rogers
@ 2001-10-18 15:15               ` Ted Dennison
  2001-10-18 15:38                 ` Pat Rogers
  0 siblings, 1 reply; 13+ messages in thread
From: Ted Dennison @ 2001-10-18 15:15 UTC (permalink / raw)


In article <rdCz7.12953$Z92.4158549055@newssvr30.news.prodigy.com>, Pat Rogers
says...
>
>Yes, but the point was that it is the distributed with GNAT.

gDB comes with the latest public version of Gnat. gVD does not. Perhaps you
mistyped and meant gdb? Or are you saying that the latest professional versions
come with GVD instead?

---
T.E.D.    homepage   - http://www.telepath.com/dennison/Ted/TED.html

No trees were killed in the sending of this message. 
However a large number of electrons were terribly inconvenienced.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 15:15               ` Ted Dennison
@ 2001-10-18 15:38                 ` Pat Rogers
  0 siblings, 0 replies; 13+ messages in thread
From: Pat Rogers @ 2001-10-18 15:38 UTC (permalink / raw)


> >Yes, but the point was that it is the distributed with GNAT.
>
> gDB comes with the latest public version of Gnat. gVD does not. Perhaps
you
> mistyped and meant gdb? Or are you saying that the latest professional
versions
> come with GVD instead?

Sorry -- I'm speaking out of place here.  I should be quiet now, before I
cause further confusion.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 14:18           ` Ted Dennison
  2001-10-18 15:05             ` Pat Rogers
@ 2001-10-18 16:03             ` Preben Randhol
  1 sibling, 0 replies; 13+ messages in thread
From: Preben Randhol @ 2001-10-18 16:03 UTC (permalink / raw)


On Thu, 18 Oct 2001 14:18:06 GMT, Ted Dennison wrote:
> In article <rjBz7.12942$ig1.4154919066@newssvr30.news.prodigy.com>, Pat Rogers
> says...
>>
>>GVD *is* the Tk-based front-end distributed with GNAT.
> 
> Well, I can't access the site right now to get more authoratative info, but I
> remember there being text there that said GVD uses GTK+ for the interface, not
> TK (and the two are quite unrelated). The screenshots certianly didn't resemble
> the TK-based "gdb" that comes with 3.13p.

http://www.adapower.net/libre/gvd/

GVD *is not* the Tk-based front-end distributed with GNAT. And it uses
GtkAda not GTK+ :-)

Preben Randhol



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: debug...... for a newbie
  2001-10-18 13:50       ` Stephen Leake
  2001-10-18 14:04         ` Pat Rogers
  2001-10-18 14:15         ` Ted Dennison
@ 2001-10-25  9:07         ` John English
  2 siblings, 0 replies; 13+ messages in thread
From: John English @ 2001-10-25  9:07 UTC (permalink / raw)


Stephen Leake wrote:
> 
> "pippo" <pippo@pluto.it> writes:
> 
> > Where can i find gvd for windows
> 
> I think you can get it from http://libre.act-europe.fr, but I can't
> access that site right now to check.

Also http://burks.bton.ac.uk/burks/language/ada/ has a copy, together
with a link to the home site... 

-----------------------------------------------------------------
 John English              | mailto:je@brighton.ac.uk
 Senior Lecturer           | http://www.comp.it.bton.ac.uk/je
 Dept. of Computing        | ** NON-PROFIT CD FOR CS STUDENTS **
 University of Brighton    |    -- see http://burks.bton.ac.uk
-----------------------------------------------------------------



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2001-10-25  9:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-15 14:32 debug...... for a newbie pippo
2001-10-16  7:38 ` Pi
2001-10-16 15:35   ` Gautier
2001-10-17 15:52     ` pippo
2001-10-18 13:50       ` Stephen Leake
2001-10-18 14:04         ` Pat Rogers
2001-10-18 14:18           ` Ted Dennison
2001-10-18 15:05             ` Pat Rogers
2001-10-18 15:15               ` Ted Dennison
2001-10-18 15:38                 ` Pat Rogers
2001-10-18 16:03             ` Preben Randhol
2001-10-18 14:15         ` Ted Dennison
2001-10-25  9:07         ` John English

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