【发布时间】:2016-07-29 20:52:36
【问题描述】:
我正在尝试使用symstore.exe 将一堆.pdb 文件添加到符号服务器。不是目录中的所有.pdb,而是其中的一部分(基于日期)。
要将它们添加到单个事务中,我使用symstore ... /f '@filelist.txt',其中filelist.txt 是一个包含真实.pdb 的文件,每行一个 - 正如命令行帮助所说:
/f File 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.
(此信息仅存在于symstore的命令行帮助中,不在对应的在线help page中。)
这不起作用,它存储了 0 个文件。我认为这个功能 - 从文件列表中添加多个文件 - 并没有真正实现。
有没有人成功在symstore.exe 的单个事务中添加文件列表?
【问题讨论】:
-
你发现了吗,怎么办?
-
3 年后微软文档仍未更新(我刚刚提出了更改请求)。你的帖子对我帮助很大!谢谢!
标签: windows pdb symbol-server symstore