WinDbg and SoS, how do I print/dump a large string?

后端 未结 4 988
渐次进展
渐次进展 2020-12-30 04:59

I am debugging a hangdump coming from a production server using WinDbg with the SoS extension.

There is a string parameter in one of the stacks, that I need to know

4条回答
  •  天命终不由人
    2020-12-30 05:40

    If you are in a hurry, run the !do after enabling logs in WinDbg. In the log file, you will get the entire string.

    In WinDbg menu, go to Edit-> Open/Close log file, to set log file path.

提交回复
热议问题