Message-Id: From: "Alex Lozano" To: djgpp AT delorie DOT com Date: Tue, 13 Apr 1999 12:21:17 -0300 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Subject: Re: Phantom lines debugging within RHIDE X-Confirm-Reading-To: alex AT inti DOT gov DOT ar X-pmrqc: 1 In-reply-to: <7eutne$r6k$1@lola.ctv.es> X-mailer: Pegasus Mail for Win32 (v3.01a) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by delorie.com id LAA12259 Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I am trying to step through this code and lines 2 and 3 are skipped with a > single hit to F8 > > pos=(int)(p-letras); > activar=(isupper(*s)); > if ( activar) fputs(" ",f); > if (*s=='B') { > > And I cannot watch the value of variable 'activar': "not available" Maybe the variables were optimized by the compiler. Try to rebuild the program without optimization. Look at Options|Compiler|Optimizations from the menu ================================================================== Alex Lozano - (Electronic Engineer) E-mail: alex AT inti DOT gov DOT ar INTI - CITEI http://www.inti.gov.ar/citei alex DOT lozano AT usa DOT net CC 157 - (1650) - San Martín Buenos Aires - ARGENTINA Home Page: http://welcome.to/AlexHome http://welcome.to/wice51 ===================================================================