/ Published in: Bash
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-.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
% NSObjCMessageLoggingEnabled=YES ./build/Debug/HelloWorld
URL: http://www.dribin.org/dave/blog/archives/2006/04/22/tracing_objc/