forked from qt-creator/qt-creator
Debugger: Show more information for raw pointers
Task-number: QTCREATORBUG-7550 Change-Id: Ic4bdf6cdb402aac4aa0245568a0d6f1eb7a9e259 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -601,7 +601,7 @@ class DumperBase:
|
||||
if format == 0:
|
||||
# Explicitly requested bald pointer.
|
||||
self.putType(typeName)
|
||||
self.putPointerValue(value)
|
||||
self.putValue(b16encode(str(value)), Hex2EncodedUtf8WithoutQuotes)
|
||||
self.putNumChild(1)
|
||||
if self.currentIName in self.expandedINames:
|
||||
with Children(self):
|
||||
|
||||
Reference in New Issue
Block a user