home *** CD-ROM | disk | FTP | other *** search
- /*
- File: DebugConstants.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- #ifndef __DEBUGCONSTANTS__
- #define __DEBUGCONSTANTS__
-
- #ifndef __DEBUGGINGGEAR__
- #include "DebuggingGear.h"
- #endif
-
- /***********************************|****************************************/
-
- enum EChrisDebugFlags
- {
- kExtensiveTupleKeyDescribe = 1,
- kExtensiveBufferDescribe,
- kExtensiveTupleDBDescribe,
- kTupleDescribeInSetConfig,
- kBTreeErrorDescribe,
- kDontUnmangleProcNames,
- kDoOCEObjectsValidityChecks,
- kMemoryInfoChangedInMain,
- kHeapObjectTagging,
- kCallMacsbugOnMemErr,
- kBreakOnFailures,
-
- kLastChrisDebugFlag
- };
-
- /***********************************|****************************************/
-
- #endif // __DEBUGCONSTANTS__
-