Is there a way to get the hex address of an instance object in the debug window of XCode via NSLog?
I have a set of NSArray and NSDictionary objects and I want to get the address of the instance, not the contents.
Trying [obj description] will tell me the contents but not address.
NSLog(@"%p", objcObj);
Will print object's address
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With