Thank you for those suggestions. - For now we changed the way we display CHARACTER and WIDE_CHARACTER instead of displaying / 97 / : 'a' we now display 97 'a' which is easier to read (less text polluting the information). - We decided to have either the decimal or the hexdecimal format, but not both at the same time to make it easier to read. If you want to have the hexadecimal value, please use the [0x] button to switch from decimal to hexadecimal format. - For now we decided to keep the double quotes when displaying STRING value. Since the string may contain some %T and %N character displayed as "%T" and "%N" string, we prefer to keep the double quote as any manifest string. However this decision is not final and may change in the future. - To display more than 50 characters for a specific string, we advice you to use the Expanded display tool which allow you to specify the lower and upper limits, or to display the full string. (You can use the shortcut Ctrl+E to quickly open this tool on the selected value) In the future we'll try to improve those text sizing display, and general debugger display behavior .