debugging - Visual Studio debugger - Displaying integer values in Hex -


I am using Visual Studio 2008 and I have just seen that the debugger is showing the integer value as hex When I hover over the variable and also in the immediate window I think I should have a shortcut key accidentally or somewhat hit.

Was it before anyone? How can I set it to display in decimal?

Click the hexadecimal display option and uncheck it.

Enter image details here


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -