Why use WinDbg vs the Visual Studio (VS) debugger?

后端 未结 8 1045
北恋
北恋 2020-12-04 06:06

What are the major reasons for using WinDbg vs the Visual Studio debugger?

And is it commonly used as a complete replacement for the Visual Studio debugger, or more

8条回答
  •  旧巷少年郎
    2020-12-04 06:45

    Lightweight, can be run without installing it on a client's machine, fast, can debug kernel mode.

提交回复
热议问题