C++调试技巧2-WinDbg的使用与高级调试技巧

WinDbg

WinDbg是windows平台下对内核,应用程序,服务程序进行调试的工具。相对VS而言更加小巧,功能却比VS丰富,支持内核模式和用户模式的调试。

下载

•WinDbg包含在Windows调试开发包当中
 
Windows下的6种调试器
•Visual Studio with integrated Windows debuggers
•Microsoft Windows Debugger (WinDbg)
•Microsoft Kernel Debugger (KD)
•NTKD
•Microsoft Console Debugger (CDB)
•Microsoft NT Symbolic Debugger (NTSD)
 
 
 
 
 
posted on 2013-12-15 19:06  奎哥  阅读(709)  评论(0编辑  收藏  举报