Watchlist suddenly returning hex values?

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
 
H

Herfried K. Wagner [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top