> How do you get the IDE to display integers as numbers? I am using VS 2003,
> C# and .NET.
>
> Thanks
put your mouse over a variable and right-click...
/steveA

Signature
Steve Alpert
my email Fgrir_Nycreg @ vqk.pbz is encrypted with ROT13 (www.rot13.org) and spaces
Reid Roman - 28 Sep 2005 22:07 GMT
> put your mouse over a variable and right-click...
Hello Steve,
I tried that and get the context menu. Nothing in it relevant to the
debugging thread.
Using the debugger, if I hover my mouse over a variable that is holding a
value of "100" it displays as "0x64", in either the default grid below the
edit window that shows the objects in scope with their properties (Autos),
or in a separate Watch window. I see no Integers being displayed anywhere.
Thanks for your help.
Reid Roman - 28 Sep 2005 22:09 GMT
I just found it, it is in the options->debugging settings, first checkbox.
:)