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 2002:a05:6602:2256:: with SMTP id o22mr7227491ioo.95.1559529508115; Sun, 02 Jun 2019 19:38:28 -0700 (PDT) X-Received: by 2002:a9d:32a6:: with SMTP id u35mr780989otb.81.1559529507675; Sun, 02 Jun 2019 19:38:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!i64no1077772iti.0!news-out.google.com!e197ni200itc.0!nntp.google.com!4no1046245itm.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 2 Jun 2019 19:38:27 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=177.43.5.236; posting-account=1Xv-6QoAAACDoVuHxsOQybzr2Y_PgwKz NNTP-Posting-Host: 177.43.5.236 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5be2c715-6f02-426f-b046-ceea3ed986c0@googlegroups.com> Subject: No symbol table loaded - GNAT Community 2019 From: =?UTF-8?Q?Ricardo_Brand=C3=A3o?= Injection-Date: Mon, 03 Jun 2019 02:38:28 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56436 Date: 2019-06-02T19:38:27-07:00 List-Id: Hi, I'm starting in Ada. The first thing I did was install GNAT Community 2019 = on my computer with Windows 10: See below a copy of about box: GPS 19.1 (20190106) hosted on x86_64-pc-mingw32 GNAT Community 2019 (20190517-83) the GNAT Programming Studio (c) 2001-2019 AdaCore So, I was following the tutorial of Ada Core site, and at Debug section [1]= I didn't get see the debug working. The steps (following the tutorial): 1. Clicked on Build & Debug sdc.adb toolbar button. 2. On the call stack window, clicked on the menu (three lines on the top ri= ght corner) and mark Show Frame Number. 3. Clicked on the Debug continue button and type input.txt in the text inpu= t field.=20 4. Here I found the first thing different: the tutorial ask to check =E2=80= =98Stop at beginning of main subprogram=E2=80=99 and uncheck =E2=80=98Use e= xec dir instead of current dir=E2=80=99. Only =E2=80=98Use exec dir instead= of current dir=E2=80=99 could be found. 5. But I clicked Ok to continue. And the problem: when clicked ok, I got the message: file D:/GNAT/2019/share/examples/gps/tutorial/obj/sdc.exe (gdb) catch exception (gdb) start input.txt (gdb) No symbol table loaded. Use the "file" command. Looking the output on Messages tab, I could see the gprbuild output: gprbuild -d -PD:\GNAT\2019\share\examples\gps\tutorial\sdc.gpr -XBuild=3DDE= BUG Is there any problem with GNAT installation?=20 Thanks [1] http://docs.adacore.com/live/wave/gps/html/gps_tutorial/debug.html -- Ricardo Brand=C3=A3o