Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Visual Studio to show integers as decimals when debugging?

My Visual Studio 2008 debugger is showing integers as hexadecimals, how to correct that?

like image 646
Jader Dias Avatar asked Feb 23 '10 13:02

Jader Dias


2 Answers

Right click in the debug window and disable Hexadecimal Display.

like image 118
Simon Linder Avatar answered Sep 21 '22 11:09

Simon Linder


Right click any of the debugging windows and 'De-select' the Hexadecimal Display option. -

like image 32
S.Skov Avatar answered Sep 21 '22 11:09

S.Skov