Debugging Weirdness
Debugging Weirdness
- Subject: Debugging Weirdness
- From: email@hidden
- Date: Fri, 1 Feb 2002 19:26:43 -0800
Hm... I'm trying to debug my program and I have 5 breakpoints scattered
across my program, but when I try to debug, gdb prints out this line:
"Disabling shared library breakpoints: 1 2 3 4 5" after it says:
"[Switching to thread 1 (process 16255 thread 0x1603)]" and my
breakpoints proceed to not work, and any that I add while the debugger
is running don't work either.... These worked before... Can anyone tell
me what's going on?
Thanks...
-Kevin