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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3694678a5f26ab27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-15 04:21:09 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!proxad.net!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: debugging with gdb Date: Mon, 15 Dec 2003 12:20:52 +0000 (UTC) Organization: BT Openworld Message-ID: References: <6b257ddc.0312150232.2cece50@posting.google.com> NNTP-Posting-Host: host81-129-57-143.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1071490852 19085 81.129.57.143 (15 Dec 2003 12:20:52 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 15 Dec 2003 12:20:52 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:3463 Date: 2003-12-15T12:20:52+00:00 List-Id: "antonio" wrote in message news:6b257ddc.0312150232.2cece50@posting.google.com... > I'totally new in ada95 and i try to debug a simple program written in > ada95 (i.e hello world).I have compiled with gnatmake(-g option)and i > get an executable that i ran into gdb.It works but i can't see the > original source using the gdb command 'list' and (obviously) i can't > put any break point where i want like i usually do when i work in C. > why? > tank you in advance. You could try downloading GVD - a GUI front end to gdb. This may make life little easier. It's now integrated into GPS an IDE for GNAT. http://libre.act-europe.fr/gps/