Is there a way to format the final output value string of the watch window with tabulators or other usually escaped symbols?
I have tried:
<Type Name="MyVector">
<DisplayString Optional="true">x={myVal.x}, y={myVal.y}, z={myVal.z}</DisplayString>
</Type>
This results is:
I would like to have:
I have tried so far:
{\t}
\t
{{\t}}
Sometimes things are quite hidden in the MSDN Doc or MSDN Code Blog. But in this instance, I cannot find a solution.