Is there a way to automatically monitor "method enter" and "method exit" in Swift or Objective-C
Asked
Active
Viewed 92 times
0
-
2What do you mean method enter or method exit? Just print a line at the beginning and end of a method? – Kendel Jan 19 '15 at 13:21
-
3Check here: http://stackoverflow.com/questions/7270502/how-to-log-all-methods-used-in-ios-app – gabuh Jan 19 '15 at 13:42
-
Kendel - I want something automatic that will capture all of my methods gabuh - This will give me only method enter without method exit and only on debug version – YogevSitton Jan 19 '15 at 14:05