Watchlist suddenly returning hex values?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Z2luYWNyZXNzZQ==?=

    Watchlist suddenly returning hex values?

    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
  • Herfried K. Wagner [MVP]

    #2
    Re: Watchlist suddenly returning hex values?

    "ginacresse " <ginacresse@dis cussions.micros oft.comschrieb:
    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 "Hexadecima l value" in
    the context menu.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • =?Utf-8?B?Z2luYWNyZXNzZQ==?=

      #3
      Re: Watchlist suddenly returning hex values?

      Thanks! That did the trick.

      "Herfried K. Wagner [MVP]" wrote:
      "ginacresse " <ginacresse@dis cussions.micros oft.comschrieb:
      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 "Hexadecima l value" in
      the context menu.
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
      >
      >

      Comment

      Working...