VS 2008 debugger displays integers in hex
- by Assaf
Hi Guys,
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.