In Xcode's debugging console, it is possible to check the memory address of an object. For exemple, if I set a break point in a ViewController :
po self
would return something like <ViewController: 0x600003eb1f00>
Is it possible to do the opposite? Giving a memory address, find the description of the Object associated with it.