Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1452254
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

分类: Windows平台

2014-12-30 10:34:08

Executable Image Path

1. 支持绝对路径,相对路径,
2. 支持递归查找
3. 支持多个路径,分号(;)分开

Symbol Path

1. 支持绝对路径,相对路径,
2. 支持递归查找
3. 支持多个路径,分号(;)分开
4. 查找规则
For example, if the symbol path includes the c:\MyDir directory, and the debugger is looking for symbol information for a DLL, the debugger first looks in c:\MyDir\symbols\dll, then in c:\MyDir\dll, and finally in c:\MyDir


Source Path

1. 支持绝对路径,相对路径,
2. 支持多个路径,分号(;)分开
阅读(1337) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~