How it is possible to display single members of a complex data type in watch window?
You can add expressions in C syntax like
<pre>
struct.structmember, structpointer->structmember or array[21].
</pre>
The easiest way is to display first the whole variable of complex type and then select the interesting members via context menu entry Add as new entry.