• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Stopping on objc exceptions in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Stopping on objc exceptions in Xcode
      • From: Kay Roepke <email@hidden>
References: 
 >Stopping on objc exceptions in Xcode (From: "Mark A. Stratman" <email@hidden>)
 >Re: Stopping on objc exceptions in Xcode (From: Kay Roepke <email@hidden>)
 >Re: Stopping on objc exceptions in Xcode (From: Mark Patterson <email@hidden>)

  • Prev by Date: Bindings, TableViews, and saving...
  • Next by Date: Re: screen capture, using SoftVDigX
  • Previous by thread: Re: Stopping on objc exceptions in Xcode
  • Next by thread: Re: Stopping on objc exceptions in Xcode
  • Index(es):
    • Date
    • Thread