As you can see in the image, we have just added an element to the TArray of type int32, but we cannot see the value of the element in the debugger. There is probably no problem in allocating memory, and I can actually get the elements using Tests[n].
Incidentally, in another project, this problem does not occur.
Same issue, it went where this morning, after an install requirement of visual studio, suddenly debugger not work for FString & TArray data structure, no idea what’s happening and how to do…