/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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.
URL: http://www.cocoadev.com/index.pl?DebuggingTechniques