diff --git a/share/qtcreator/debugger/creatortypes.py b/share/qtcreator/debugger/creatortypes.py index f1c996f24df..207625718e0 100644 --- a/share/qtcreator/debugger/creatortypes.py +++ b/share/qtcreator/debugger/creatortypes.py @@ -68,7 +68,7 @@ def readLiteral(d, value): return "" def dumpLiteral(d, value): - d.putValue('"' + readLiteral(d, value) + '"') + d.putValue(d.hexencode(readLiteral(d, value)), Hex2EncodedLatin1) def qdump__Core__Id(d, value): try: