I would like to view the entire contents of an array (1D) and matrix (2D) using the debugger in XCode - lldb.
I created these array/matrices using pointers and malloc(). The debugger shows the first element of the array/matrix, how do I view the entire contents of these arrays/matrices.
Thanks for any help.
I created these array/matrices using pointers and malloc(). The debugger shows the first element of the array/matrix, how do I view the entire contents of these arrays/matrices.
Thanks for any help.