Topic: Debug watch-variables panel displays structured data types badly
Jeff,
When I add a structured data type to the watch-variables panel, the watched-variable initially displays neatly but, when I then click on the tiny [+] symbol to expand the full variable structure the display overwrites text on top of text.
The data structure with which I discovered this is as follows.
MODULE FILES
C ------------
C jw 22-02-12 draft
C jw 03-03-12 last amended
C --------------------
C FILES
C --------------------
C Filename
C Flags
C Fortran unit, file menu ID, Menu-select IDs R, W, Wnew
TYPE :: FILE
CHARACTER :: NAM*128
LOGICAL :: NAMed, Open
INTEGER :: LU,
+ id, R, W, WN
END TYPE
TYPE(FILE) :: InF, OuF
END MODULE Files
The watch-variable window displays the data structure for the variable, [ InF ], well enough, but it can't expand to display data contained within that structure without making a mess.
If I could attach a screenshot file on this forum I would do but, as I can't, I'll email it to you.
----
John