我在编写一个用利用unicode字符集而不是ascii的程序
在调试时如果我想在quickwatch中观察 unicode 型的字符串指针值,  有什么办法吗?

解决方案 »

  1.   

    If you are using Unicode in your applciation and wish to view Unicode strings in the debugger, then you will need to go to Tools | Options | Debug and click on "Display Unicode Strings".
      

  2.   

    打开"Memory"窗口,将该指针的值拖到窗口中就可以了。
      

  3.   

    to punpuny:  我按你说的试了一下结果是乱码
      

  4.   

    先要把工程设为unicode,然后再如我上面那样设置
      

  5.   

    把工程设为unicode?  ----??
      

  6.   

    http://www.codeproject.com/cpp/unicode.asp