NoWar
NoWar

Reputation: 37632

Change value format in debug mode

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

Answers (2)

Gang YIN
Gang YIN

Reputation: 2567

Look at the debug toolbar and there is a button named "Hex", try clicking it.

Upvotes: 1

Arne
Arne

Reputation: 2146

right click in the "Locals" or "Autos" view and switch "Hexadecimal Display" on and off as you like it.

Upvotes: 1

Related Questions