A person I work with is having continual problems debugging an Xcode
project. Unless he does a full clean build, he gets errors.
He says:
This is what I see in the Console when I try to debug. I see my app's icon
in the dock, but then this error pops up. If I run from the Finder the app
starts up
On Mar 4, 2010, at 08:17, Jens Alfke wrote:
>
> On Mar 3, 2010, at 7:24 PM, Laurent Daudelin wrote:
>
>> I also set a future break on [NSException raise] but it's doesn't break on
>> that call.
>
> In recent OS's some exceptions don't go through that bottleneck (such as ones
> raised by CoreF
On Mar 3, 2010, at 7:24 PM, Laurent Daudelin wrote:
> I also set a future break on [NSException raise] but it's doesn't break on
> that call.
In recent OS's some exceptions don't go through that bottleneck (such as ones
raised by CoreFoundation.) The bottleneck to break on is objc_exception_th
On Mar 3, 2010, at 8:24 PM, Laurent Daudelin wrote:
> I'm trying to debug a problem where an NSOutlineView, as part of a drag,
> tries to create an instance of NSURL using "- (id)initWithString:(NSString
> *)URLString relativeToURL:(NSURL *)baseURL" with a nil string and get the
> following err
I tried setting a breakpoint on [NSException raise]. Didn't try on the [NSURL
initWithString:baseURL:] but I'll try it tomorrow. Maybe that will help.
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin
http://nemesys.dyndns.org
Logiciels Nemesys Softwa
Did you try to break on -[NSException raise] or on the NSURL
initWithString method?
Laurent
Sent from my road phone
On Mar 4, 2010, at 4:24 AM, Laurent Daudelin
wrote:
I'm trying to debug a problem where an NSOutlineView, as part of a
drag, tries to create an instance of NSURL using "
I'm trying to debug a problem where an NSOutlineView, as part of a drag, tries
to create an instance of NSURL using "- (id)initWithString:(NSString
*)URLString relativeToURL:(NSURL *)baseURL" with a nil string and get the
following error:
*** Ignoring exception 'NSInvalidArgumentException' (rea