• 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: cross development on Jaguar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cross development on Jaguar


  • Subject: Re: cross development on Jaguar
  • From: Dennis Falling <email@hidden>
  • Date: Thu, 16 Dec 2004 09:06:43 -0600

I'm fairly familiar with the debugger. Where would I find the call to -[NSException raise] so I can throw some breakpoints around it? It isn't something I included in my code, but rather something being thrown by cocoa as the result of my code. :D

Thanks,
-dennis


On Dec 16, 2004, at 3:41 AM, patrick machielse wrote:

Op 16-dec-04 om 4:48 heeft Dennis Falling het volgende geschreven:

On Dec 15, 2004, at 1:50 PM, patrick machielse wrote:

What kind of exception is raised? -[NSSet makeObjectsPerformSelector:] will 'raise NSInvalidArgumentException if aSelector is NULL'

How do I check? is there some way to get more info than is displayed in the crash log?

The best way is to run your application in the debugger (gdb). It's easy from within Xcode (Debug->Debug executable). If you want more control you can set a breakpoint on -[NSException raise]. You can also set a breakpoint in your code (click in the margin) and step through the program until it crashes.


So: get familiar with the debugger. It's quite easy to use :-)

Patrick


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: cross development on Jaguar
      • From: patrick machielse <email@hidden>
    • Re: cross development on Jaguar
      • From: j o a r <email@hidden>
References: 
 >Re: cross development on Jaguar (From: patrick machielse <email@hidden>)
 >Re: cross development on Jaguar (From: Dennis Falling <email@hidden>)
 >Re: cross development on Jaguar (From: patrick machielse <email@hidden>)

  • Prev by Date: Re: Also Wrapping an Interactive Unix Executable
  • Next by Date: Re: cross development on Jaguar
  • Previous by thread: Re: cross development on Jaguar
  • Next by thread: Re: cross development on Jaguar
  • Index(es):
    • Date
    • Thread