码迷,mamicode.com
首页 > 数据库 > 详细

Windbg学习 (0x0001) 安装与基本配置

时间:2016-07-16 06:39:50      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

1.安装

根据微软MSDN官方建议,有三种方式安装Windbg,摘要如下:

3 ways to get Debugging Tools for Windows

  • As part of the WDK

    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.

  • As part of the Windows SDK

    Install the Windows Software Development Kit (SDK). Debugging Tools for Windows is included in the Windows SDK. You can get the Windows SDK here.

  • As a standalone tool set

    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.配置

2.1.Workspace

  工作空间定义了以下内容:

  窗口布局,调试符号文件路径,断点,打开的文件,别名等自定义信息

  Windbg有一些默认工作空间,也可以根据自己的习惯,调整配置后另存工作空间。相关菜单如下 

 

技术分享

 

 

技术分享

 

可以通过这些菜单,执行打开已有的工作空间,另存等操作。

 2.2 符号文件配置

 TODO

 

Windbg学习 (0x0001) 安装与基本配置

标签:

原文地址:http://www.cnblogs.com/ywnwa417/p/5675097.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!