Hi, I have TestViewController, subclass of UIViewController. I'm trying to set breakpoint on [TestViewController viewDidAppear:] but I can't get it to break. Setting breakpoint on [UIViewController viewDidAppear:] work fine with command "b -[UIViewController viewDidAppear:]".
I can break if I use its memory location, but is there a better way? Output: Breakpoint 15: no locations (pending). WARNING: Unable to resolve breakpoint to any actual locations. Jason
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev