Re: Cocoa sometimes raises "minor" exceptions without logging them

2010-03-17 Thread Matt Neuburg
On Wed, 17 Mar 2010 09:55:01 -0700, Jerry Krinock said: >... And I supposed it could be argued that nothing was wrong, since constKeyShowStatusMenu is a Boolean property, nil = NO There is no such thing as a "Boolean property" in the user defaults. The only things that can go into the user defaul

Re: Cocoa sometimes raises "minor" exceptions without logging them

2010-03-17 Thread Steven Degutis
I usually add a breakpoint on objc_exception_throw. Not sure how much of a difference it makes... but yeah, I agree. -Steven On Wed, Mar 17, 2010 at 12:55 PM, Jerry Krinock wrote: > > Apparently, Cocoa sometimes raises "minor" exceptions without logging them, > so it&#

Cocoa sometimes raises "minor" exceptions without logging them

2010-03-17 Thread Jerry Krinock
ce constKeyShowStatusMenu is a Boolean property, nil = NO, and I shouldn't really need to register that default default. Apparently, Cocoa sometimes raises "minor" exceptions without logging them, so it's good idea to set a breakpoing in +[NSException raise:format:argument