Message-ID: <001901be8656$ab082620$1800a8c0@falo> From: =?iso-8859-1?Q?Rafael_Garc=EDa_Gonz=E1lez?= To: References: <7eutne$r6k$1 AT lola DOT ctv DOT es> <199904131214 DOT IAA00908 AT envy DOT delorie DOT com> Subject: Re: Phantom lines debugging within RHIDE Date: Wed, 14 Apr 1999 11:10:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: DJ Delorie Newsgroups: comp.os.msdos.djgpp To: Sent: martes 13 de abril de 1999 14:14 Subject: Re: Phantom lines debugging within RHIDE > > > I am trying to step through this code and lines 2 and 3 are skipped with a > > single hit to F8 > > > > And I cannot watch the value of variable 'activar': "not available" > > Are you optimizing? If so, gcc may elide any variables or source > lines it wants to to optimize your code (the docs warn about that). > If you compile *without* optimization, debugging is a lot easier. I am with -O. Thanks But today it is working without change, I don't understand why