有时有200多个字节,可是在调试时只能看到100个左右,其他的都没有了。

解决方案 »

  1.   

    http://www.codeguru.com/devstudio_macros/xdebug.html
    StringWatch Add-in for Visual C++ 6.0 - Eugene Ivakhiv (2001/11/19)
    Debugging of code operating with mid-weight and heavy strings under Visual C++ is a real pain. Visual C++ native debugger has no cunning mechanism to show long strings. Of course, there are some debugger symbols like "s" and "su" which allow to see at most 252 symbols of string. But what about the rest?