Tool for debugging KVO/Bindings in Cocoa

Posted by Raphael Sebbe on Stack Overflow See other posts from Stack Overflow or by Raphael Sebbe
Published on 2010-01-12T12:45:42Z Indexed on 2010/05/31 22:03 UTC
Read the original article Hit count: 320

Filed under:
|
|

Is there any tool to log current observers of a given object, in the spirit of what "gdb info gc-roots" does? I found "gdb info gc-references" could do that (sort of) as a by-product of its original purpose, but that won't work with non garbage collected apps. Thanks!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-bindings