Monthly Archives: April 2011

Efficient Exception Debugging with Xcode 4

When dealing with Objective-C exceptions while developing Cocoa applications, you might not know where the error happened. Calling -[NSMutableDictionary setObject:forKey:] with an nil object will output an error message in the consoleĀ (*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: … Continue reading

Posted in Apple, Developer, Mac | Tagged , , , | Comments Off on Efficient Exception Debugging with Xcode 4