OPTION(PrintRawIsa,OBJC_PRINT_RAW_ISA,"log classes that require raw pointer isa fields")
OPTION(DebugUnload,OBJC_DEBUG_UNLOAD,"warn about poorly-behaving bundles when unloaded")
OPTION(DebugFragileSuperclasses,OBJC_DEBUG_FRAGILE_SUPERCLASSES,"warn about subclasses that may have been broken by subsequent changes to superclasses")
OPTION(DebugNilSync,OBJC_DEBUG_NIL_SYNC,"warn about @synchronized(nil), which does no synchronization")
OPTION(DebugAltHandlers,OBJC_DEBUG_ALT_HANDLERS,"record more info about bad alt handler use")
OPTION(DebugMissingPools,OBJC_DEBUG_MISSING_POOLS,"warn about autorelease with no pool in place, which may be a leak")
OPTION(DebugPoolAllocation,OBJC_DEBUG_POOL_ALLOCATION,"halt when autorelease pools are popped out of order, and allow heap debuggers to track autorelease pools")
OPTION(DebugDuplicateClasses,OBJC_DEBUG_DUPLICATE_CLASSES,"halt when multiple classes with the same name are present")
OPTION(DebugDontCrash,OBJC_DEBUG_DONT_CRASH,"halt the process by exiting instead of crashing")
OPTION(DisableAutoreleaseCoalescing,OBJC_DISABLE_AUTORELEASE_COALESCING,"disable coalescing of autorelease pool pointers")
OPTION(DisableAutoreleaseCoalescingLRU,OBJC_DISABLE_AUTORELEASE_COALESCING_LRU,"disable coalescing of autorelease pool pointers using look back N strategy")