Mail Archives: djgpp/2001/04/18/12:05:43
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.
- Raw text -