objective c - ARC causes a dangling pointer -
ok use arc in main application have ported control not use arc .. every thing compiles etc exc_bad_access
error on controls event ...
the event initiated delegate method
is there way pointers text value hex code value i.e name*
0x00aa0
address ?
and standard way of checking arc deallocating?
is there way pointers text value hex code value i.e name* 0x00aa0 address ?
try play around llvm debugger. after crashes or @ breakpoint use this:
expression 0x00aa0
Comments
Post a Comment