add a breakpoint to a symbol/method
Is it possible to add a breakpoint for a given method, like we can in xcode?
i.e I have a class with property foo. I would like to break when setFoo is called; but setFoo is automatically synthesized by cocoa, and does not have a method signature in my .m file.
It's possible to do this with xcode : How can I do this with appcode?
Workaround for now is implement a stub setter, and breakpoint it - which is less than ideal.
Please sign in to leave a comment.
Not in AppCode 2.1, but we plan to implement it in the upcoming dot-update, so stay tuned.
Here is another request for properties breakpoints: OC-1525.