From: "Rafael García" Newsgroups: comp.os.msdos.djgpp Subject: Phantom lines debugging within RHIDE Date: Tue, 13 Apr 1999 10:03:45 +0200 Organization: CTV/JET Lines: 14 Message-ID: <7eutne$r6k$1@lola.ctv.es> NNTP-Posting-Host: info596.jet.es X-Trace: lola.ctv.es 923990574 27860 194.224.182.86 (13 Apr 1999 08:02:54 GMT) X-Complaints-To: usenet AT lola DOT ctv DOT es NNTP-Posting-Date: 13 Apr 1999 08:02:54 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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" Any idea? Thanks