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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.168.202 with SMTP id e71mr15325175ioj.100.1495609741234; Wed, 24 May 2017 00:09:01 -0700 (PDT) X-Received: by 10.157.13.170 with SMTP id 39mr185194ots.18.1495609741160; Wed, 24 May 2017 00:09:01 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!67no72245itx.0!news-out.google.com!v18ni471ita.0!nntp.google.com!67no75117itx.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 May 2017 00:09:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=176.129.230.22; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 176.129.230.22 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT gives message: No source file named xxx.adb when trying to set breakpoint in GPS From: briot.emmanuel@gmail.com Injection-Date: Wed, 24 May 2017 07:09:01 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:46858 Date: 2017-05-24T00:09:00-07:00 List-Id: Did you compile your application with the -g switch ? Otherwise, there are = no debug information embedded in the executable, and gdb indeed might not k= now about the file names... You need to edit the project properties for thi= s, or enable the "debug" mode in the Scenario view