Re: integers are displayed as Hex

Tech-Archive recommends: Fix windows errors by optimizing your registry




In debug mode, my integers are displayed as Hex either when I put the mouse
hover the variable or in immediate windows.

Les Smith at http://www.knowdotnet.com/articles/hexdisplay.html give a
solution to solve this "mystery". His suggestion is ok in .net 1.1. Here,
there is a Hexadecimal Display checkbox in Tools / Options / Debugging tab.

But, this checkbox doesn't exist in .net 2.0 (I use VB but it is the same
with C#).


This option should be available in the popup menu when you r-click
on Watch window.

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]



.