I am using gfortran with Code::Blocks 13.12 and NetBeans 8.0. Both are using GDB debugger. Codeblocks uses MinGW, netbeans uses Cygwin. In both cases I have latest stable compiler, debugger and make.
But neither of them can show array values in debugging mode if that array is defined in the subroutine. Same problem with allocated arrays. Code::Blocks shows either some nonsense with 3 values like (1.45654984984654984E-314) or just () without any values inside. Going to Properties and setting Start/Count doesn't help at all.
In NetBeans all arrays are always shown as {...} and nothing changes that.
Does anybody have experience with that? Since almost all my data are in arrays, the debugger is useless for me with problems like that.