I have a dynamically allocated array of structs.
I want to cast it to an array type so my debugger will show the whole array.
Is it possible?
I know that this cast is not a good idea, but it's only a cast for expression evaluation of the debugger. –