views:

45

answers:

1

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?

A: 

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

Leniel Macaferi
wasn't available in Tools Dialog. Only way I could change it back was to add Variable to Watch window and right click in Value field and then I had the Hexadecimal Display check box.
fizzer