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.3 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: GPS debugging problem Date: Tue, 5 Jan 2016 11:57:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <568ba1a5$0$12295$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1451991461 dreader34.news.xs4all.nl 12295 77.168.179.107:54127 X-Complaints-To: abuse@kpn.nl Xref: news.eternal-september.org comp.lang.ada:29018 Date: 2016-01-05T11:57:37+01:00 List-Id: I created a breakpoint in one of my programs. The breakpoint is within an if statement, at line 325. in the Edit Breakpoint window I can find this breakpoint back as nr. 4. When running the program I need to stop the program only within that if statement. In fact the program stops at line 327 just outside the if statement and is presented in de debugging console as nr. 4. What can I do solve this program, I already have recompiled the program again by deleting the exe file. Even started GPS again. Delted the breakpoints and posituoning them again. Nothing helps.