Since installing Leopard I'm seeing the following appear appear in
the console: "*** Collection <NSCFDictionary: 0x5e2e540> was mutated
while being enumerated."
I imagine this was something happening in the code before Leopard
but Leopard started logging it. Is there by any chance a breakpoint
I can set to catch where this is occurring? Would be handy.
Several ways; the first way is to link against Leopard. The second
way
is to set the user default: NSFastEnumerationShouldThrow=YES.
NSFastEnumerationShouldThrow, eh? 0 hits with Google, 0 hits in
Xcode's
doc viewer. :) Are there other new secret debugging aids in 10.5?
I thought the exceptions would come for free (i.e. always be turned
on). See the notes in the "Fast Enumeration" section here: