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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.18.114 with SMTP id v18mr27345776igd.8.1404434014058; Thu, 03 Jul 2014 17:33:34 -0700 (PDT) X-Received: by 10.140.94.38 with SMTP id f35mr2580qge.9.1404434013979; Thu, 03 Jul 2014 17:33:33 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!hn18no2700324igb.0!news-out.google.com!a8ni6411qaq.1!nntp.google.com!i13no5782160qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 3 Jul 2014 17:33:33 -0700 (PDT) In-Reply-To: <780565cb-49e5-4ecd-ac3c-af84df7a0941@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.179.102.101; posting-account=wEPvUgoAAABrLeiz_LRhQ3jeEhyfWVMH NNTP-Posting-Host: 73.179.102.101 References: <780565cb-49e5-4ecd-ac3c-af84df7a0941@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <76f36fba-3df9-4b70-b885-d9c73e08c4c4@googlegroups.com> Subject: Re: Problem using GPS to debug in C and Ada at the same time From: nights@unku.us Injection-Date: Fri, 04 Jul 2014 00:33:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:187352 Date: 2014-07-03T17:33:33-07:00 List-Id: I figured out what I was doing wrong. I was not properly compiling the Ada files using the -g option. This is due to a confusion with the GPS project properties interface. In the switches -> Ada sub-menu I had to enter "-g" in the untitled field to make it work. Would it have killed them to put a title on that field?