• 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: credits.rtf problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: credits.rtf problem


  • Subject: Re: credits.rtf problem
  • From: Chris Suter <email@hidden>
  • Date: Mon, 22 Jan 2007 08:14:35 +1100


On 22/01/2007, at 8:10 AM, Stefan Wolfrum wrote:

Hi Robert,

that's a nice idea. Because I'm a very beginner I just learned how to add
a breakpoint on a method I didn't write myself. :-)
Unfortunately, -[NSCFDictionary setObject:forKey:] is call an enourmous
amount of times so that I had to click VERY often on the Continue button
of the debugger.
So I obviously need a nice condition for that breakpoint -- but I can't think
of one. I'd love to add a condition like "after all your initial framework stuff
like key-value-binding etc. is done" but one can only add C expressions.


Any hint here? I could set a (global?) variable in the method that opens
the About dialog -- but I don't even know what method that is because
I didn't write it because it's already there when you create a new Cocoa
Application...

In the debugger type:

b -[NSException raise]

That'll break whenever an exception is raised (which can happen occasionally during normal use but it's not very often).

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: credits.rtf problem
      • From: Stefan Wolfrum <email@hidden>
References: 
 >credits.rtf problem (From: Stefan Wolfrum <email@hidden>)
 >Re: credits.rtf problem (From: Robert Cerny <email@hidden>)
 >Re: credits.rtf problem (From: Stefan Wolfrum <email@hidden>)

  • Prev by Date: Re: bug? NSPersistentDocument Core Data Tutorial
  • Next by Date: Re: LineForm's Filters Table
  • Previous by thread: Re: credits.rtf problem
  • Next by thread: Re: credits.rtf problem
  • Index(es):
    • Date
    • Thread