For some time I have been watching the progress of F90 integration, and feature development such as the watch window.
I teach a large undergrad engineering F90 class and am keen to use C::B. The ability to see arrays in the watch window is a big plus. I can see that explicit arrays and array slices are handled correctly, but, but the window does not show the array values for allocated arrays and assumed shape arrays.
I have no idea how difficult this request is, but I would be highly appreciative if it could be considered in the near future.
Unfortunately I have no f90 compiler, nor I know how to program in fortran.
So I cannot do much about your feature request.
Probably you should talk to the developer of the fortran plugin: http://darmar.vgtu.lt/
Also on this site you'll find a workaround for your problem.
It seems that this is a gdb limitation.
Yes, Teodor. This was a limitation of GDB. The recent versions of GDB has no such limitation with allocatable or assumed shape arrays.
I think this ticket can be closed.