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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a5e:a90f:: with SMTP id c15mr22693528iod.133.1559659928200; Tue, 04 Jun 2019 07:52:08 -0700 (PDT) X-Received: by 2002:a9d:6b83:: with SMTP id b3mr5451931otq.82.1559659927926; Tue, 04 Jun 2019 07:52:07 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!g15no60233itd.0!news-out.google.com!l126ni198itl.0!nntp.google.com!i64no205055iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 4 Jun 2019 07:52:07 -0700 (PDT) In-Reply-To: <38986c0b-ef12-4d3d-bbc9-818c1b14d8ef@googlegroups.com> 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 References: <5be2c715-6f02-426f-b046-ceea3ed986c0@googlegroups.com> <38986c0b-ef12-4d3d-bbc9-818c1b14d8ef@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: No symbol table loaded - GNAT Community 2019 From: =?UTF-8?Q?Ricardo_Brand=C3=A3o?= Injection-Date: Tue, 04 Jun 2019 14:52:08 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56462 Date: 2019-06-04T07:52:07-07:00 List-Id: Hi Alex > GPS for new comer's can/may be a struggle depending on what other IDE you= are > familiar with, as they all tend to be different to a lesser or larger deg= ree=20 > depending on their pedigree, be it Emacs, Eclipse, Visual Code, JetBrains= IDE's > or Visual Studio. I don't like IDEs so much. In my point of view, some times there are a lot = of "magic" behind the scenes. When every thing works fine, ok, but when hav= e any problem, I stuck with no clue what is actually happens. > Their are a few add-in's to the above IDE's that may suit you better, dep= ending > on your IDE of choice, these being >=20 > 1) Emacs - https://groups.google.com/forum/#!topic/comp.lang.ada/FaYk4LzQ= G7E > 2) Eclipse - I believe Adacore had/have a plugin ? > 3) Visual Code - Their are few plugins for Ada available, which includes = a LSP > (ie intellisense capabilities) > 3) JetBrains - ? > 4) Visual Studio 2017/2019 - Their is a plugin called "VisualAda" availab= le at=20 > https://marketplace.visualstudio.com/items?itemName=3DAlexGamper.VisualAd= a >=20 > If you advise us on what your preference is (WRT IDE of choice) then we c= an > better advise you, as their are a few choices available to you, be it GPS= or > any of the above. Actually, I like to compile and debug directly on command line, and use Vim= to edit. And use IDEs, when I'm a newbie on the technology or when I know = exactly what is happen. IDE could be very useful for code completion, creat= e make files, and so on. So, I normally use Arduino IDE to do my programs for embedded systems. And = I've already used CodeBlocks when I had to write a C++ system. But WRT problem, it looks like the GPS doesn't get to make gdb load symbols= . Then I tried to find out where (or how) GPS runs gcc command to verify if= it has any -g option. I imagine there is some wrong configuration or any conflict with any gcc al= ready installed. Does it make sense? The program is working fine, only debug procedure is not working. Thanks -- Ricardo Brand=C3=A3o