forked from qt-creator/qt-creator
debugger: fix testArray() test case
This commit is contained in:
@@ -557,7 +557,10 @@ class FrameCommand(gdb.Command):
|
||||
try:
|
||||
#warn("ITEM VALUE %s: " % item.value)
|
||||
# Throw on funny stuff, catch below.
|
||||
dummy = str(item.value)
|
||||
# Unfortunately, this fails also with a "Unicode encoding error"
|
||||
# in testArray().
|
||||
#dummy = str(item.value)
|
||||
pass
|
||||
except:
|
||||
# Locals with failing memory access.
|
||||
d.beginHash()
|
||||
|
||||
Reference in New Issue
Block a user