Visual Studio debugger tips & tricks (for C/C++ projects)

前端 未结 7 1136
梦谈多话
梦谈多话 2021-02-02 16:22

I\'m interested in tips and tricks regarding debugging a C/C++ project in Visual Studio\'s debugger. I recently found out that if you have a pointer to a certain data type, let\

7条回答
  •  醉话见心
    2021-02-02 16:37

    Some other tips&tricks I found in this article:

    ptr,su -> display ptr as if it was a string of unicode chars.
    val,hr -> view val as a hresult data
    val,wc -> view val as a window class
    val,wm -> view val as a window message
    

提交回复
热议问题