discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb problem on MacOSX


From: Andreas Höschler
Subject: Re: gdb problem on MacOSX
Date: Thu, 14 Oct 2010 20:54:16 +0200

Hi David and Fred,

do

b objc_exception_throw

I am debuging my Objective-C application using

gdb /Applications/SOSmartBrowser.app/Contents/MacOS/SOSmartBrowser
set environment CRASH_ON_ABORT yes
b main
r
b -[NSException raise]
c

I get


Thansk a lot. That works as exxpected!

Best regards,

 Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]