Mail Archives: djgpp/2002/12/05/22:46:15
Hi,
I just installed RHIDE 1.4.9 last week (on Windows98) and I have a
problem that I can't seem to solve from the documentation.
I can't seem to get the debugging functions to work from inside RHIDE.
For example, when I compile a simple C++ program, say test.cpp, RHIDE
says:
executing:
gcc -IC:/djgpp/include -g -c test.cpp -o test.o
Now, when I try "Step Over" the code, RHIDE says:
This program has no usable debugging information. Try
to compile it with the -g switch.
but, it seems the -g switch was already used. I've tried adding other
debugging switches from inside RHIDE but I still get the same error.
RHIDE also quickly flashes this message when I try to debug:
gcc -o test.exe test.o -lstdcxx -lm
but I think this is just a linking step. Any idea what's wrong? I'd
like to just be able to hit F8 when I want to step into my code.
Thanks.
-James
- Raw text -