Search code examples
debuggingvisual-studio-2008integerhex

Visual Studio debugger - Displaying integer values in Hex


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?


Solution

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

    enter image description here