How to configure Visual Studio to show integers as decimals when debugging?
debugging, decimal, integer, visual-studio, visual-studio-2008
Solution
Right click in the debug window and disable Hexadecimal Display.
Problem
My Visual Studio 2008 debugger is showing integers as hexadecimals, how to correct that?