标签:
1.安装
3 ways to get Debugging Tools for Windows
Install Microsoft Visual Studio and then install the Windows Driver Kit (WDK). Debugging Tools for Windows is included in the WDK. You can get the integrated environment here.
Install the Windows Software Development Kit (SDK). Debugging Tools for Windows is included in the Windows SDK. You can get the Windows SDK here.
If you want to download only Debugging Tools for Windows, install the Windows SDK, and, during the installation, select the Debugging Tools for Windows box and clear all the other boxes.
我采取的方式为:下载Windows SDK ,安装过程中,只勾选Debugging Tools for Windows。
2.配置
工作空间定义了以下内容:
窗口布局,调试符号文件路径,断点,打开的文件,别名等自定义信息
Windbg有一些默认工作空间,也可以根据自己的习惯,调整配置后另存工作空间。相关菜单如下
可以通过这些菜单,执行打开已有的工作空间,另存等操作。
TODO
标签:
原文地址:http://www.cnblogs.com/ywnwa417/p/5675097.html