strange debugging behaviour
Dieter Mummenschanz
mummenschanz at gmx.net
Sun Dec 23 12:19:33 GMT 2001
Hi,
Ive experienced a strange debugging behaviour with kdevelop 2.02. I have a
large project with ~100 source files loaded using OpenGL and SDL.
When I try to debug for example:
float foo(void){
float a, b;
a = 10;
b = a * 10;
return b;
}
Setting the breakpoint to the line "a =10" and stepping to the next line the
debugger-watch shows the content of "a" like this: -nan(0x40000)
But it has to be 10!
I have enabled 3rd level debugging.
Whats my mistake?
Thx for help
Dieter
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list