Reputation: 32986
I'm trying to understand an Objective-C program that I downloaded. It has a lot of functions and I'm interested in what is being called, and the order that the functions are being called in.
I can accomplish this by putting a printf
statement at the beginning of each function, but there are a lot of them. Is there another way?
Upvotes: 1
Views: 71