forked from qt-creator/qt-creator
Debugger: Set value name in cdbbridge
Change-Id: Ida4068d86b4a0785fcd848cdc4957dcf3a328135 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -85,6 +85,7 @@ class Dumper(DumperBase):
|
||||
|
||||
def fromNativeValue(self, nativeValue):
|
||||
val = self.Value(self)
|
||||
val.name = nativeValue.name()
|
||||
val.nativeValue = nativeValue
|
||||
val.type = self.fromNativeType(nativeValue.type())
|
||||
val.lIsInScope = True
|
||||
|
Reference in New Issue
Block a user