How to print the address of array in memory in lldb ? I have tried to use command "e" with my array name but it gives me the content of the array and address of every element inside it. i'm using xcode9.2.
if i make a breakpoint on the array
the array on the LLDB looks like this
and it doesn't give me the address.
and when type command "e" it looks like this