Date: Wed, 18 Apr 2001 19:07:19 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Josh cc: djgpp AT delorie DOT com Subject: Re: rhide debugging - problems with step through In-Reply-To: <3addb192.1055650@news.dingoblue.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 18 Apr 2001, Josh wrote: > hmm step through/over was working fine.. then BAM > now when i press F7 it jumps the cursor to the end of my program > without stepping through my code. > > obviously ive broken something.. any suggestions? > ive tried just loading up rhide, then a simple helloworld.c but the > same thing happens > the FAQ for rhide says i need to make sure i have compiled with > debugging information on, but im not sure how. > > this seems to have happened since i upgraded from gcc-2.952 to > gcc-2.953. There were two uploads of GCC 2.95.3: the first one had bugs in generating debug info, which could indeed make programs undebuggable. Make sure you have the latest gcc2953b.zip and gpp2953b.zip from SimTel.NET. If that doesn't help, try compiling with -gstabs+ instead of -g, it might help.