forked from qt-creator/qt-creator
debugger: fix expansion of object in gdb tooltips on first click
Change-Id: Ia157f8fb7f1b9ff8a8161c8a726d1d483b81e54f Reviewed-on: http://codereview.qt.nokia.com/179 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1254,7 +1254,7 @@ class Dumper:
|
||||
# Locals
|
||||
#
|
||||
fullUpdateNeeded = True
|
||||
if self.partialUpdate and len(varList) == 1:
|
||||
if self.partialUpdate and len(varList) == 1 and not self.tooltipOnly:
|
||||
#warn("PARTIAL: %s" % varList)
|
||||
parts = varList[0].split('.')
|
||||
#warn("PARTIAL PARTS: %s" % parts)
|
||||
|
||||
Reference in New Issue
Block a user