GornHorse Posted March 30, 2004 Posted March 30, 2004 Hi There, I have VS.NET 2002 with .NET Framework 1.1 & .NET SDK 1.1. I can't be sure when this first started, but it hasn't been for too long - it may have started when I upgraded to the 1.1 Framework. Anyway, I am hoping someone may know how to fix this annoying problem. When I run through debug (either windows app or asp.net, it doesn't matter), whenever I look at the debug value of an anything other than a string (it doesn't matter if the string contains a number, it's just if what i'm looking at is numerical, not character), it doesn't display the actual value, it displays "&H2" or "&H1" etc. This is extremely annoying when trying to debug - I need it to show the actual value that the variable holds. Has anyone had this same problem and knows how to fix it? A prompt response would be greatly appreciated. Regards, Michelle Quote
iebidan Posted March 31, 2004 Posted March 31, 2004 As far as I know .NET Framework 1.1 is not intended for VS 2002 and the &H1 and &H2 is because you have the hexadecimal display on Quote Fat kids are harder to kidnap
GornHorse Posted March 31, 2004 Author Posted March 31, 2004 Ok, thanks for that. How do I turn off the hexadecimal display? Quote
Administrators PlausiblyDamp Posted March 31, 2004 Administrators Posted March 31, 2004 right click on the watch window and un-tick the option for hexadecimal display. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.