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.
Click the Hex button on the Debug toolbar. (Or in the context menu of the Watch, Locals, or Autos windows)
链接地址: http://www.djcxy.com/p/95360.html上一篇: 更改Visual Studio调试器显示char变量的方式
下一篇: VS 2008调试器以十六进制显示整数