User forums > Help
gdb stopped at iostream...
(1/1)
mpupro:
CB SVN 5382, working with mingw 5.1.4, pressing F4 in debug mode, show this:
Debugger name and version: GNU gdb 6.8 Child process PID: 3952 At C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/iostream:77
Pressing Ctrl+F7 will display the same message.
CB 8.02 is ok, it runs to cursor directly, why is that?
thanks
Jenna:
In the actual versions "catch throw" is set for gdb as default, that means gdb stops whenever an exception is thrown (handled or unhandled).
Try if it works if you uncheck "Settings -> Compiler and debugger... -> Debugger settings -> Catch C++ exceptions".
mpupro:
Yes, it works, thank you.
Navigation
[0] Message Index
Go to full version