Using visual studio 2015 and intel fortran 17.1, should you be able to display sections (range) of a derived type that are not at the lowest level?
This upper level array syntax in VS 2015 debugger (1:2) in Elem field is failing in the watch window. I thought this was going to work in 17.1/vs 2015.
Fem(m1)%Elem(1)%q(1, 6) 0.000000000000000D+000 REAL(8)
Fem(m1)%Elem(2)%q(1, 6) 0.000000000000000D+000 REAL(8)
Fem(m1)%Elem(1:2)%q(1, 6) Internal error in the expression evaluator.
thanks,
scott L