Code::Blocks Forums

User forums => Help => Topic started by: mkborregaard on July 09, 2008, 09:33:16 am

Title: gdb stops in <iostream> include file
Post by: mkborregaard on July 09, 2008, 09:33:16 am
Hi all,
when I try to debug any project, gdb stops dead in the <iostream> include file:
Code
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Documents and Settings\Michael\Desktop\tet\tet\
Adding source dir: C:\Documents and Settings\Michael\Desktop\tet\tet\
Adding file: bin\Debug\tet.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.8
Child process PID: 792
At C:/C++/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/iostream:77
I have tried updating gdb from 6.3 to 6.8, and reinstalling MinGW, which is 5.1.4 and placed as C:\C++\MinGW

Did I forget some important setting?
Thanx
Title: Re: gdb stops in <iostream> include file
Post by: MortenMacFly on July 09, 2008, 10:22:05 am
when I try to debug any project, gdb stops dead in the <iostream> include file:
What happens if you just continue debugging? Or is this really the final thing that happens?!
Title: Re: gdb stops in <iostream> include file
Post by: mkborregaard on July 09, 2008, 11:10:29 am
If I just press continue, it stops at every #include <iostream> - but I can make it go past there, and it seems I can debug normally afterwards.