I want to view the value of a String variable at a breakpoint while developing in Java with Eclipse.
The String variable is displayed as [47, 110, 109, 107, 111], which makes sense since a string is really an array of ASCII characters.
However, I'd prefer to not have to convert from ASCII values to characters every time I examine a string. How can I have the debugger display the string as opposed to an array of ASCII values?


"s.(id=95)to the right of the variable name.Ctrl + Shift + D, D