We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

zingo on 10/07/07


Tagged

debug objc xcode Objective-c loggin


Versions (?)


Enable Objective-C Messages Tracing


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-.

  1. % NSObjCMessageLoggingEnabled=YES ./build/Debug/HelloWorld

Report this snippet 

You need to login to post a comment.