trying to figure out where to see the is logged in my array

hi im trying to find out where i can see the entries into my array are. I 've watched videos regarding arrarys and people just hover their mouse over it and it shows them the data for me that is not the case

You need to use breakpoint, you can place them by selecting a node and then press F9.

During ingame, when hitting the space bar, it will point to that breakpoint.

Try adding watchers as well if it still doesnt display anything.