Revision: 2656
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 20, 2007 11:46 by tgunr
Initial Code
Code Flow Tracing NSLog(@"%s", __PRETTY_FUNCTION__) will display the prototype for the currently executing function/method in the console log. It is useful for "tracer" style debugging.
Initial URL
http://www.cocoadev.com/index.pl?DebuggingTechniques
Initial Description
Initial Title
Code Flow Tracing
Initial Tags
Initial Language
Other