Watching big arrays in watch window

Sysprogs forums Forums VisualGDB Watching big arrays in watch window

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12387
    kurta999
    Participant

    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.

     

    Example image:
    http://kephost.com/images/2017/09/14/NewBitmapImage.png

    #12397
    support
    Keymaster

    Hi,

    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.

    We have added a workaround to the following build: http://sysprogs.com/files/tmp/VisualGDB-5.3.8.1792.msi

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.