On Nov 1, 2012, at 3:44 PM, Sebastien Boisvert wrote:
> I have an IMP for a method - in Xcode debugging window, I can select the var,
> and make it display a description; I get something like this in the console:
>
> (IMP) ImpVarName = 0x0001012a1130 (FrameWorkName`-[ClassName methodName]
>
I have an IMP for a method - in Xcode debugging window, I can select the var,
and make it display a description; I get something like this in the console:
(IMP) ImpVarName = 0x0001012a1130 (FrameWorkName`-[ClassName methodName]
at ClassName.m:125)
This is perfect, but I can't figure out how