Re: [Qt-creator] Exception debugging

2010-06-08 Thread Laurent Desmecht
On Tue, 8 Jun 2010 16:37:54 +0200 André_Pönitz 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 difficul

Re: [Qt-creator] Exception debugging

2010-06-08 Thread André Pönitz
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 p

[Qt-creator] Exception debugging

2010-06-08 Thread Laurent Desmecht
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 i