forked from qt-creator/qt-creator
debugger: make local 8 bit available for displaying char *
Change-Id: I4608f3f861b8f06889199e0401e3b7569587be11 Reviewed-on: http://codereview.qt.nokia.com/1232 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -68,7 +68,8 @@ enum DebuggerEncoding
|
||||
Hex2EncodedUtf8 = 9,
|
||||
Hex8EncodedBigEndian = 10,
|
||||
Hex4EncodedBigEndian = 11,
|
||||
Hex4EncodedLittleEndianWithoutQuotes = 12
|
||||
Hex4EncodedLittleEndianWithoutQuotes = 12,
|
||||
Hex2EncodedLocal8Bit = 13
|
||||
};
|
||||
|
||||
bool isEditorDebuggable(Core::IEditor *editor);
|
||||
|
||||
Reference in New Issue
Block a user