symstore.exe的使用:上传pdb文件至符号表服务器

C:\Program Files\Debugging Tools for Windows (x86)>symstore.exe add /r /f E:\Heartbeat.pdb /s \\xxx.xxx.xx.xx\public /t BRProduct  /z pri



/r: Add files or directories recursively.

/f source_dir_where_your_pdbs_are: Network path of files or directories to add.

If the named file begins with an '@' symbol, it is treated as a response file which is expected to contain a list of
files (path and filename, 1 entry per line) to be stored.

/s  root_of_yor_symstore:Root directory for the symbol store.

/t Product: root_of_yor_symstore

/z pub or pri:Pub option will only index symbols that have had the full source information stripped.  Pri will only index symbols that contain the full source information.  Both options will index binaries.



参考:

http://blog.csdn.net/oeichenwei/article/details/4243463

http://blog.sina.com.cn/s/blog_4e0987310100wsrt.html

你可能感兴趣的:(symstore.exe的使用:上传pdb文件至符号表服务器)