Watchlist suddenly returning hex values?

  • Thread starter Thread starter ginacresse
  • Start date Start date
G

ginacresse

I've been developing an application using Visual Studio 2005 for a few
months, and suddenly it is returning hex values in the watchlist when I'm
stepping through code to debug. Is there some setting that causes this?
Does anyone know how I can get it to stop returning hex values?

Thanks
 
ginacresse said:
I've been developing an application using Visual Studio 2005 for a few
months, and suddenly it is returning hex values in the watchlist when I'm
stepping through code to debug. Is there some setting that causes this?
Does anyone know how I can get it to stop returning hex values?

Right-click the value in the watch window and uncheck "Hexadecimal value" in
the context menu.
 
Back
Top