Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2008 debugger displays integers in hex

For some reason my Visual Studio debugger has started to show me my integers in Hex. I am programming ASP.net using C#. Does anyone have an idea how can I convince the debugger to display integers in decimal again?

Thanks a lot, Assaf.

like image 979
Assaf Avatar asked May 11 '10 18:05

Assaf


1 Answers

Click the Hex button on the Debug toolbar. (Or in the context menu of the Watch, Locals, or Autos windows)

like image 80
SLaks Avatar answered Nov 08 '22 07:11

SLaks