/ Published in: Bash
URL: http://www.dribin.org/dave/blog/archives/2006/04/22/tracing_objc/
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
% NSObjCMessageLoggingEnabled=YES ./build/Debug/HelloWorld
You need to login to post a comment.
