'Visual Studio Code debugging fortran Array

I have a small issue when debugging Fortran with Visual Studio Code. I have allocate a big array which size is 838236, I am able to stop at breakpoints and evaluate variables by hovering on them or adding them to watch. However when I attempt to view this array. I can only see those first 9.

screenshot



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source