debugger: fix for QTCREATORBUG-1180

This commit is contained in:
hjk
2010-04-16 14:08:11 +02:00
parent de610cac45
commit 8bbe26c35c

View File

@@ -184,7 +184,7 @@ class SubItem:
self.savedValueEncoding = self.d.currentValueEncoding
self.savedType = self.d.currentType
self.savedTypePriority = self.d.currentTypePriority
self.d.currentValue = ""
self.d.currentValue = "<not accessible>"
self.d.currentValuePriority = -100
self.d.currentValueEncoding = None
self.d.currentType = ""