Visual Studio debugger – Displaying integer values in Hex

debugginghexintegervisual-studio-2008

I'm using Visual Studio 2008 and I have just noticed that the debugger is displaying integer values as Hex when I hover over variables and also in the immediate window. I guess I must have hit a shortcut key accidently or something.

Anyone had this before? How do I set it back to display in decimal?

Best Answer

Right-click your Watch Window or Immediate Window and uncheck Hexadecimal Display option.

enter image description here