We Recommend

Beginning Ruby: From Novice to Professional Beginning Ruby: From Novice to Professional
Beginning Ruby is a thoroughly contemporary guide for every type of reader wanting to learn Ruby, from novice programmers to web developers to Ruby newcomers. It starts by explaining the principles behind object-oriented programming and within a few chapters builds toward creating a genuine Ruby application.


Posted By

tgunr on 03/20/07


Tagged

cocoa objc macdev xcode


Versions (?)


Code Flow Tracing


Published in: Other 


URL: http://www.cocoadev.com/index.pl?DebuggingTechniques

  1. Code Flow Tracing
  2.  
  3. NSLog(@"%s", __PRETTY_FUNCTION__)
  4.  
  5. will display the prototype for the currently executing function/method in the console log. It is useful for "tracer" style debugging.

Report this snippet 

You need to login to post a comment.