When I open the Memory Editor in Xcode at a breakpoint, any address I go to shows this:
However, the answer to this question has actual readable numbers and letters in the Memory Editor: Link. Why am I seeing this instead of letters and numbers?
When I open the Memory Editor in Xcode at a breakpoint, any address I go to shows this:
However, the answer to this question has actual readable numbers and letters in the Memory Editor: Link. Why am I seeing this instead of letters and numbers?
You don't "pull up" the memory editor. You inspect the memory of a particular object. You debug a project, pause at a breakpoint, select an object in the variables list of the debugger pane, and choose "View Memory Of..." that object.