VB.NET doesn't show Integer value!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using VS.NET 2003 and WinXP SP2. Using VB.NET and trying to fill string
array. When I try to check the Length of the array (while using
debug-QuickWatch) I don't see the integer value (I mean in real number value)
I kep getting the Hex value.

Does anyone know how to configure my VS.NET so I can see integer value not
ion hex format when I am using Debug-QuickWatch?

I thank you very much for your kind understanding to reading this post.

Rgds,
GC
 
Niyazi,

Strange are you using the VB.Net IDE, I assume yes because you are talking
about the Quick.Watch.

I have never seen any other value than a decimal value in that.

Did you know that there about VB.Net are more experts in the newsgroup

microsoft.public.dotnet.languages.vb

Not that you should go there, you are free to reply there or here with some
more information.

However because this sounds for me very strange, have you probably more
change in that newsgroup.
(Where I am as well active).

I hope this helps,

Cor
 
Same thing happened to me before. Very confusing at first. The fix is
simple, right-click on your Watch or Autos window and uncheck Hexidecimal
Display. Probably the same way it got turned on by mistake.

Greg
 
Hi Cor,

Thank you for info. I was very quick to jump this post plus my link in my
Favorite this
allways point this post. I am very sorry.

By the way I founf the information thank you.

Hi Greg,

Yes you are right, I also search in news newsgroup I find the answere that
in my Tools Option - Debugging I unchecked the Show Hex value and everything
will be fine now. I found starnge that I didn't checked the that value to
Show as Hex.

Anyway I thank you both.

Rgds,
GC
 
Back
Top