Monday, March 16, 2009

Breakpoints to put in .gdbinit #2

To catch NSException properly put:

fb +[NSException exceptionWithName:reason:userInfo:]

When Xcode says: "Could not find file … Perhaps it was moved or deleted?"

You need to remove Xcode preferences (.plists) in your ~/Library folder to fix that.