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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -