objective c - How do I print property of object with given address in LLDB? -


i know po 0x12345 can print description of object, if wanna print property

( example property frame of object @ 0x12345 ),

how it?

cast object type. example:

po ((uiview *) 0x12345).layer 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -