News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

gdb stopped at iostream...

Started by mpupro, January 16, 2009, 05:00:10 AM

Previous topic - Next topic

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