Acknowledged
CIQQA-4149

Debugger truncates dictionary entries

In the debugger, dictionary contents are not fully displayed. I will attach a screenshot in a follow-up to this post. In the screenshot, the dictionary size is shown as 6, but only 3 entries are visible. Each entry consists of a key-value pair. It may be that the display is limited to 6 elements, but since each entry includes both a key and a value, there should actually be 12 elements shown.

Parents
  • I see similar, but different behaviour... which I had never noticed before you pointed it out!

    My default inline hover-over shows 8, but really I have 16 (0-13 +2 others) as the Watch-window correctly lists all elements... 8 = 16/2 and the example from the-ninth showed 3 out of 6... so looks like the inline iterator is only showing exactly half the elements.

Comment
  • I see similar, but different behaviour... which I had never noticed before you pointed it out!

    My default inline hover-over shows 8, but really I have 16 (0-13 +2 others) as the Watch-window correctly lists all elements... 8 = 16/2 and the example from the-ninth showed 3 out of 6... so looks like the inline iterator is only showing exactly half the elements.

Children
No Data