News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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