Wednesday, July 25, 2012

my visual studio shows hexadecimal value for variables

Question : My visual studio shows hexadecimal value for integer variables what should I do to get back my original settings ?

Answer: In debug mode select any variable and double click it and press shift+F9 to get its Quick Watch window.

Like this :



Right click on its value and uncheck "Hexadecimal Display" option and its done close the quick watch window.

You can play this trick with your colleagues and watch their thirst to get solution for it LoL :)

No comments:

Post a Comment