Skip to content

Commit 42ea9cc

Browse files
committed
fis expanded iterator display
1 parent 3cbdd84 commit 42ea9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: spp.natvis

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<DisplayString Condition="row_current==0">end()</DisplayString>
3434
<DisplayString Condition="row_current->_group == -1">end()</DisplayString>
3535
<DisplayString>{*col_current}</DisplayString>
36+
<Expand>
37+
<ExpandedItem Condition="row_current->_group != -1">*col_current</ExpandedItem>
38+
</Expand>
3639
</Type>
3740

3841
</AutoVisualizer>

0 commit comments

Comments
 (0)