Reputation: 37632
When I debug code under VS 2010 I see all vales in the following format
0x000003
How to turn off that format and see "normal" values?
Thanks!
Upvotes: 0
Views: 62
Reputation: 2567
Look at the debug toolbar and there is a button named "Hex", try clicking it.
Upvotes: 1
Reputation: 2146
right click in the "Locals" or "Autos" view and switch "Hexadecimal Display" on and off as you like it.
Upvotes: 1