Published in: Other
URL: http://www.cocoadev.com/index.pl?DebuggingTechniques
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.
You need to login to post a comment.
