Wow - Cocoa programmers, if you've ever run across the dreaded situation where you're messaging an object that has already been deallocated, this is for you.
I'm posting it because I haven't seen it documented anywhere. From Project Builder, do cmd-shift-d and type in NSDebug.h. The file is in the Headers of Foundation.framework.
Solid gold for debugging memory issues.