Re: Logging out the IMP description

2012-11-01 Thread Ken Thomases
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] >

Logging out the IMP description

2012-11-01 Thread Sebastien Boisvert
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