If i need to watch a big array (1-5k elements) then debugger will be incredible slow. Would be good to fix this. In attolic big arrays are splitted up into parts, you can expand these. One part cotains 100 elements, I think this is the reason why it isn’t slow in attolic. But in visualgdb, it immendiately shows all elements.
Thanks, we have rechecked this and can confirm that despite VisualGDB only querying the values for the children physically shown on the screen, gdb takes considerable time to evaluate the first batch.