You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
I often have to debug through CouchUITableSource but I have numerous controllers using it so sometimes it becomes challenging to pinpoint the class I'm interested in.
If I want to set a conditional breakpoint in CouchUITableSource, which property can I use to quickly figure out: a) the actual child class? and/or b) the database name which its query datasource is using?
Jens Alfke
unread,
May 17, 2013, 4:18:42 PM5/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
If I want to set a conditional breakpoint in CouchUITableSource, which property can I use to quickly figure out: a) the actual child class? and/or
You mean you’re subclassing CouchUITableSource? The command ‘po [self class]’ should do it. I haven’t used conditional breakpoints, so I’m not sure how you’d test that in the debugger.
b) the database name which its query datasource is using?