上一主题下一主题
推送至APP | 主题 : 商城上面卖的调试版系统光盘里面带的调试符号是私有的还是公有的?
级别: 驱动牛犊
UID: 137241
精华: 0
发帖: 13
威望: 32 点
积分: 7 分
贡献值: 0 点
在线时间: 0(时)
注册时间: 2006-02-21
最后登录: 2009-04-01
楼主  发表于: 2008-11-01 17:21

商城上面卖的调试版系统光盘里面带的调试符号是私有的还是公有的?

如题。。。
湖北省武汉市 顶端
老头级程序员
级别: 管理员
UID: 546
精华: 22
发帖: 7139
威望: 5480 点
积分: 598 分
贡献值: 1 点
在线时间: 3(时)
注册时间: 2001-03-23
最后登录: 1970-01-01
沙发  发表于: 2008-11-02 15:46

什么意思?就是os的check build版本阿,ms出的
http://www.zndev.com  免费源码交换网
-----------------------------
软件创造价值,驱动提供力量!

淡泊以明志,宁静以致远。

----------------------------------

勤用搜索,多查资料,先搜再问。
广东省佛山市顺德区 顶端
级别: 驱动牛犊
UID: 137241
精华: 0
发帖: 13
威望: 32 点
积分: 7 分
贡献值: 0 点
在线时间: 0(时)
注册时间: 2006-02-21
最后登录: 1970-01-01
板凳  发表于: 2008-11-05 09:38

感谢管理员的回答,我已经找到相关的说明了:
Download Windows Symbol Packages

If you want the entire set of symbols for Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, or Windows 2000, then you can download a symbol package and install it on your computer:

Private symbols files have all information in them for the debugger to resolve data (local variables, structure type information, functions, source file name/line info...).
Public symbols files are essentially stripped versions of private symbols that usually just contain the function information so that stack traces work. Sometimes limited type information is included so that debugger extensions can work.
Export symbols are the symbols contained inside the binary, so you have these without a .pdb. They contain the public/exported function names.


---------------------------

Microsoft does not publish private symbol information for its operating systems. Such information is deemed proprietary, and unless a bug were being chased in the OS itself, it is not particularly helpful. The public symbol information, however, is quite useful and is a recommended installation for application as well as driver debugging.
湖北省武汉市 顶端
上一主题下一主题
 驱动程序开发网技术社区 » 驱动开发网在线商城
快速发帖 顶端
内容
HTML 代码不可用
使用签名
Wind Code自动转换

按 Ctrl+Enter 直接提交