missing structure element in Variables List
Using STM32CubeMonitor v1.7.0 the Variables List (with "Expand Variable List" checked) doesn't contain a structure element which is a single-dimensioned array of (non-trivial) structures. However, other elements of that same structure including a single-dimensioned array of (relatively trivial) structures are shown in the list. Of course, all the information I'm interested in is held in the struct array that isn't listed, haha! Does the elf parser need some work?
Also, 64-bit integers and bitfields don't appear to be supported.
