The answer by cubuspl42 works for GDB. But if you’re on a Mac using LLDB as your debugger, the correct method is
(MyType(*)[128])myArray
Hope this helps!
The answer by cubuspl42 works for GDB. But if you’re on a Mac using LLDB as your debugger, the correct method is
(MyType(*)[128])myArray
Hope this helps!