Hi all,

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

14.10.2010 6:57:52 PM SOSmartBrowser[15231] *** Canceling drag because exception 'NSInvalidArgumentException' (reason '*** -[NSPathStore2 stringByAppendingPathExtension:]: nil argument') was raised during a dragging session

on the console but gdb never breaks so that I can't get the bt. Any idea?

Thanks a lot,

 Andreas


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to