Re: Stopping on objc exceptions in Xcode
Re: Stopping on objc exceptions in Xcode
- Subject: Re: Stopping on objc exceptions in Xcode
- From: Clark Cox <email@hidden>
- Date: Mon, 26 Jul 2004 23:30:06 -0400
On 7 26, 2004, at 22:24, Mark Patterson wrote:
>
On 27/07/2004, at 12:03 AM, Clark Cox wrote:
>
> Put a breakpoint at "-[NSException raise]"
>
>
On 27/07/2004, at 12:06 AM, Kay Roepke wrote:
>
> Set a breakpoint on +[NSException raise]. That should do the trick.
>
>
OK, so what is the subtle difference?
The second one won't work :)
I do not believe that there is a +[NSException raise] method. There are
+[NSException raise:(NSString *)name format:(NSString *)format, ...] and
+[NSException raise:(NSString *)name format:(NSString *)format
arguments:(va_list)argList]
but those eventually call through to
-[NSException raise] anyway
>
>
Is this guy onto it:
>
On 27/07/2004, at 9:20 AM, Koen van der Drift wrote:
>
> There should be a hyphen for this to work:
>
>
>
> -[NSException raise]
>
>
>
> No need to type it in the console everytime.
>
>
=== Mark
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
>
>
--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.