Skip to content

[gdbplugin] Make extremely long variable names/values easier to view

Tooltips are added so that the localsview does not have to be resized in order to see the values. The scrolling is forced to QAbstractItemView::ScrollPerPixel as QAbstractItemView::ScrollPerItem will cut off long values from view.

Merge request reports