Re: Symbolic breakpoints or category?

2016-12-20 Thread Steve Mills
On Dec 20, 2016, at 15:32:18, Alex Zavatone wrote: > > po NSStringFromSelector(action) > expr (void)NSLog(@"%@", NSStringFromSelector(action)) Does action have a parameter (such as "(id)sender")? If so, then the name is "action:", not "action". -- Steve Mills Drummer, Mac geek __

Symbolic breakpoints or category?

2016-12-20 Thread Alex Zavatone
I'm in the middle of lovely iOS non ARC code of a few (6) projects which are occasionally optimized out of the debugger's JIT. Additionally, every screen is built from XML files so, it's a little hard to trace which button causes which action to go where. This makes life less fun than it shou