Can the Visual Studio Debugger display strings unquoted/unescaped?

I see two options that may be less cumbersome then clicking the magnifying glass each time, depending on the situation: Right click the value and hit ‘Add To Watch’, then edit the expression that was added to watch and add ,nq (the ‘no quotes’ format specifier) at the end. For example, “myJsonObject.JsonText,nq”. From then on, … Read more