debugging - Display enum name instead of value in Visual Studio 2013's debugger -
Is there any possibility of showing anonymous value instead of their int value in Visual Studio Debugger (Local / Watch)?
Let's say you have an enum:
color of color (red, green, blue);
Values between 0-2 are displayed in the VS debugger clock window.
How to get any ideas?
I am using native C ++ (Visual Studio 2013).
Comments
Post a Comment