I would like to check the content of elements in array, while debugging my program. But when I add watch for dynamically allocated array all I can see is address for pointer?
Is there a way to watch the content of dynamically allocated array? I went through the below post, but solution didn't seem to work for CodeLite. I guess its because of different debugger.
How to display a dynamically allocated array in the Visual Studio debugger?