[lldb-dev] Setting breakpoint on method
Jason Dinh Ba Thanh
jason at tinywhale.net
Sun Jun 8 11:11:59 PDT 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140609/20bc3014/attachment.html>
More information about the lldb-dev
mailing list