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

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -