内容字号:默认大号超大号

段落设置:段首缩进取消段首缩进

字体设置:切换到微软雅黑切换到宋体

windbg设置symbol路径

时间:2015-02-25 19:25:53 来源: 作者: 人气: 评论:

 About the Microsoft Symbol Server

Symbol server technology is built into Debugging Tools for Windows. Microsoft provides access to an Internet symbol server that contains symbol files for the Microsoft Windows Server 2003, Windows XP, and Windows 2000 operating systems, as well as other Microsoft products.
The Internet symbol server is populated with a variety of Windows symbols for Microsoft Windows operating systems, including hot fixes, Service Packs, Security Rollup Packages, and retail releases. Symbols are also available on the server for current Betas and Release Candidates for Windows products, plus a variety of other Microsoft products, such as Microsoft Internet Explorer.
If you have access to the Internet during debugging, you can configure the debugger to download symbols as needed during a debugging session, rather than downloading symbol files separately before a debugging session. The symbols are downloaded to a directory location that you specify and then the debugger loads them from there.
To use the Microsoft Symbol Server
Make sure you have installed the latest version of Debugging Tools for Windows.
Start a debugging session.
Decide where to store the downloaded symbols (the "downstream store"). This can be a local drive or a UNC path.
Set the debugger symbol path as follows, substituting your downstream store path for DownstreamStore.
SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols
For example, to download symbols to c:\websymbols, you would add the following to your symbol path:
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
if i want to store sysbols in my d:\sysbols , then i can set sysmbols as "d:\sysbols;SRV*D:\sysmbols*http://msdl.microsoft.com/download/symbols". then, during my debuging, the windbg will find sysmbols from D:\sysbols at first. if don't find, it will download it from http://msdl.microsoft.com/download/sysmbols automaticly.
Note: http://msdl.microsoft.com/download/symbols is not browsable and is intended only for access by the debugger. For more information on setting symbol paths and using symbol servers, see the documentation accompanying Debugging Tools for Windows.
 

在symbol search path选项 打开对话框填入      D:\symbols;SRV*D:\symbols*http://msdl.microsoft.com/download/symbols
 意思是 如果在本地路径D:\sysbols查找 如果没有就从给定链接地址http://msdl.microsoft.com/download/symbols下载到本地D:\symbols
分享给小伙伴们:
本文标签:symbol路径  

相关文章

    无相关信息

发表评论共有条评论

友情链接1 百悠游站点 |

友情链接2: 帝国CMS |

百悠游站点,电脑学习,游戏网赚分享,游戏工作室门户网站。

Copyright (C) buyzd.cn, All Rights Reserved.

百悠游站点 版权所有