On Tue, 8 Jun 2010 16:37:54 +0200  André_Pönitz  <andre.poen...@nokia.com>
wrote

> On Tuesday 08 June 2010 15:07:38 ext Laurent Desmecht wrote:
> > Hi everybody
> >
> > I am debugging some code in qtcreator, this issue is that the debugger
> > don't
> > stop when an exception is thrown. Because of this it's quite difficult to
> > debug
> > one crash.
> 
> > In gdb, it is possible to add a break point with the command "catch throw"
> > but
> > I have not found any way to do this in qtcreator.
> 
> Break View, context menu, "Set Breakpoint at "throw"".
> 
> If it's not there, set a breakpoint on the function "__cxa_throw".
> 
> Andre'

Thank you, it is exactly what I was looking for.

Laurent


_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to