Visual Studio debugger - Displaying integer values in Hex

fizzer picture fizzer · Jul 28, 2010 · Viewed 80.5k times · Source

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?

Answer

Leniel Maccaferri picture Leniel Maccaferri · Jul 28, 2010

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

enter image description here