VS 2005 setting

  • Thread starter Thread starter AA2e72E
  • Start date Start date
A

AA2e72E

One one PC, when the cursor hovers over a variable of type int, the value is
shown in hec and on another it is shown as integer.

I imagine there is a setting in VS that controls this. Could someone tell
which setting this is , please?

Else, what determines how the hover tooltip shos the value?

Thanks.
 
I imagine there is a setting in VS that controls this. Could someone tell
which setting this is , please?

I usually go to the local variable screen in the debugging windows, right
click and from the context menu toggle the view between hex/decimal. I don't
know if it can be done elsewhere
 
Back
Top