I'm looking to be able to have the debugger break when it reaches a particular string match. As an example, I might have something like this:
Foo myObj = [self gimmeObj];
myObj might have a property called name. I want the …
How do I automatically set breakpoints on all methods in Xcode?
I want to know how my program works, and which methods invoke when I interact with the user interface.