Home > Software engineering >  VisualStudio how C/C # 2015 when debugging in the Watch window display WString, LPCWSTRd such as UNI
VisualStudio how C/C # 2015 when debugging in the Watch window display WString, LPCWSTRd such as UNI

Time:09-22

VisualStudio how c + +/c # 2015 when debugging in the Watch window display WString, LPCWSTRd such as UNICODE string value?

CodePudding user response:

Should be able to see directly, as long as the system is able to display the corresponding font

CodePudding user response:

Don't rely on the debugger output complex data structure. And complex data structures to the entire content of every step of the process it using a small piece of code is easy to understand by yourself the format of the output, help to debug very much! Or can be said to be "infrastructure"

Singly linked list data structure on data sort http://bbs.csdn.net/topics/392201633

Curb table swap any two nodes C source code (C pointer application ultimate challenge) http://download.csdn.net/detail/zhao4zhong1/5532495
  • Related