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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,efd584788ea6e676 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-16 00:21:22 PST From: Pi Subject: Re: debug...... for a newbie Newsgroups: comp.lang.ada Reply-To: pi3_1415926536@yahoo.ca References: <9qert5$jlb$1@canarie.caspur.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit User-Agent: KNode/0.3.2 Message-ID: Date: Tue, 16 Oct 2001 03:38:35 -0400 NNTP-Posting-Host: 65.94.128.181 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1003216711 65.94.128.181 (Tue, 16 Oct 2001 03:18:31 EDT) NNTP-Posting-Date: Tue, 16 Oct 2001 03:18:31 EDT Organization: Bell Sympatico Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sunqbc.risq.qc.ca!torn!webster!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Xref: archiver1.google.com comp.lang.ada:14633 Date: 2001-10-16T03:38:35-04:00 List-Id: 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 > >