discuss-gnustep
[Top][All Lists]
Advanced

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

gdb problem on MacOSX


From: Andreas Höschler
Subject: gdb problem on MacOSX
Date: Thu, 14 Oct 2010 19:03:36 +0200

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




reply via email to

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