Enable Objective-C Messages Tracing


/ Published in: Bash
Save to your folder(s)

If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.


Copy this code and paste it in your HTML
  1. % NSObjCMessageLoggingEnabled=YES ./build/Debug/HelloWorld

URL: http://www.dribin.org/dave/blog/archives/2006/04/22/tracing_objc/

Report this snippet


Comments


You need to login to view comments.