Debugger: Show FORTRAN strings

Fixes: QTCREATORBUG-22976
Change-Id: Ib435b2692301fe2e2d3378623e99bbcf16e27e46
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-09-20 15:45:11 +02:00
parent 54e3d06c5e
commit 89a36c7232
2 changed files with 37 additions and 2 deletions

View File

@@ -2837,8 +2837,8 @@ class DumperBase:
return
if typeobj.code == TypeCodeFortranString:
data = self.value.data()
self.putValue(data, 'latin1', 1)
self.putValue(self.hexencode(value.data()), 'latin1')
self.putNumChild(0)
self.putType(typeobj)
if typeName.endswith('[]'):