forked from qt-creator/qt-creator
Debugger: Show FORTRAN strings
Fixes: QTCREATORBUG-22976 Change-Id: Ib435b2692301fe2e2d3378623e99bbcf16e27e46 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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('[]'):
|
||||
|
Reference in New Issue
Block a user