MulleObjCDebug

Functions for debugging and runtime inspection.

Environment Functions

Dump Functions

Usage Example

// Print debug info for object
id obj = self;
_NSPrintForDebugger(obj);

// Check debug environment variable
if (mulle_objc_environment_get_yes_no("MULLE_OBJC_TRACE_INSTANCE"))
{
   MulleObjCDumpObject(obj);
}

Important Notes

  1. Debug Support
  2. Environment Variables